Skip to content

Instantly share code, notes, and snippets.

@ignacio-chiazzo
Created March 11, 2020 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignacio-chiazzo/88ebfb01ade88bca2e485a5e40634a49 to your computer and use it in GitHub Desktop.
Save ignacio-chiazzo/88ebfb01ade88bca2e485a5e40634a49 to your computer and use it in GitHub Desktop.
SELECT *
FROM products
ORDER BY Id
LIMIT 20
OFFSET 200;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment