CodShot
SQL Public

Select Rows with Pagination

A basic SQL pagination query using LIMIT and OFFSET.

#sql #pagination #query #beginner
SQL
SELECT id, title, created_at
FROM blog_posts
WHERE is_published = 1
ORDER BY created_at DESC
LIMIT 20 OFFSET 40;

Notes

OFFSET 40 with LIMIT 20 returns the third page when the page size is 20.

Snippet actions

CodShot user
CodShot user
Updated: 2026-06-03 15:31
Public snippets
0
Forks
CodShot AI Help
Ask about CodShot features, plans, workspace, AI limits, referrals, and public help topics.
Hi! I can help you understand how CodShot works. What would you like to know?
For account-specific or sensitive issues, please open a support ticket. Open support