回答編集履歴

1

変更

2017/05/26 07:58

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -20,6 +20,6 @@
20
20
 
21
21
  GROUP BY t2.`use_date`,t2.`in_station`,t2.`out_station`,t2.`is_request`) t3
22
22
 
23
- USING(`id`) ORDER BY t4.`id` DESC
23
+ USING(`id`) ORDER BY t4.`use_date` DESC, t4.`id` DESC
24
24
 
25
25
  ```