回答編集履歴
1
追記
test
CHANGED
@@ -12,8 +12,10 @@
|
|
12
12
|
|
13
13
|
from busyo_table
|
14
14
|
|
15
|
-
) as
|
15
|
+
) as t1 left join user_table t2
|
16
16
|
|
17
|
+
on t1.user_id=t2.id
|
18
|
+
|
17
|
-
where seq=1
|
19
|
+
where t1.seq=1
|
18
20
|
|
19
21
|
```
|