回答編集履歴
1
間違い訂正
answer
CHANGED
@@ -12,4 +12,5 @@
|
|
12
12
|
order by x.end_date is null desc,x.end_date desc
|
13
13
|
limit 1
|
14
14
|
)
|
15
|
+
where mi.end_date is not null
|
15
16
|
```
|