回答編集履歴

1

シュウセイ

2016/11/10 06:22

投稿

hiim
hiim

スコア1689

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```
10
10
 
11
- select * from table limit n offset m*n
11
+ select * from table limit n offset (m−1)*n
12
12
 
13
13
  ```
14
14