回答編集履歴

1

修正

2018/02/16 09:03

投稿

sazi
sazi

スコア25206

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  select id, count(*) from user
6
6
 
7
- where id in('4', '7') and status=1;
7
+ where id in('4', '7') and status=1
8
8
 
9
9
  group by id
10
10