回答編集履歴

1

ミス修正

2016/08/18 08:00

投稿

s.t.
s.t.

スコア2021

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  だけであれば
4
4
 
5
- select * from table where category_id = 3 and category_id = 4
5
+ select * from table where category_id = 3 or category_id = 4
6
6
 
7
7
 
8
8