Created
March 2, 2013 07:16
-
-
Save songyunlu/5070021 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM table WHERE id >= 23423 LIMIT 11; | |
/* 10 + 1 每頁十筆資料 */ | |
SELECT * FROM table WHERE id >= 23433 LIMIT 11; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment