回答編集履歴

1

修正

2019/10/25 01:39

投稿

mayoi_maimai
mayoi_maimai

スコア1583

test CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  ```SQL
4
4
 
5
- ORDER BY l_id DESC //
5
+ ORDER BY l_id DESC //
6
6
 
7
- ORDER BY l_id ASC //
7
+ ORDER BY l_id ASC //
8
8
 
9
9
  ```