回答編集履歴

1

訂正

2019/02/07 07:26

投稿

sazi
sazi

スコア25173

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  , (select count(*) from item
12
12
 
13
- where category_id=t1.category_id and created_at<=t1.created_at
13
+ where category_id=t1.category_id and created_at>=t1.created_at
14
14
 
15
15
  ) as no
16
16