質問編集履歴
1
生成したSQL文がcmdで通る旨追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
```
|
22
22
|
|
23
23
|
|
24
|
-
### 生成したいSQL
|
24
|
+
### 生成したいSQL(cmdで試したところ通ります)
|
25
25
|
```MySQL
|
26
26
|
select * from `schedules` left JOIN (
|
27
27
|
select `schedule_id`, count(attendance) as user_count from `schedule_user` where `attendance` = 1)
|