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/8062460fcd3e10b293acde5d0d873766 to your computer and use it in GitHub Desktop.
Save ignacio-chiazzo/8062460fcd3e10b293acde5d0d873766 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