質問編集履歴

1

カラム名誤り修正

2019/07/03 04:40

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  FROM tableB
24
24
 
25
- GROUP BY tableB.setting_label_id) AS counts
25
+ GROUP BY tableB.id) AS counts
26
26
 
27
27
  ON tableA.id = counts.id
28
28