Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは非常に単純な質問のように思えますが、それに関する情報が見つからないようです。
100 の結果があり、21 から 30 の間の結果のみを取得したい場合 (SQL クエリが取得する順序から)、どうすればこれを達成できますか?
これを使用できます:
LIMIT 20, 10
例えば、
select * from MyTable LIMIT 20, 10