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.
たとえば、同じユーザーの 5 つのレコードがあります。次と前のリンクを使用して、それぞれを別のページに並べ替えて表示できる最良の方法は何ですか。たとえば、前をクリックすると、前のレコードを取得する必要があります。次に、もう一度クリックします。そのレコードの前に移動する必要があります。
次数を選択して で設定しORDER BY [order]、 を使用LIMIT start, amountして結果をスライスします。
ORDER BY [order]
LIMIT start, amount