Skip to content

Instantly share code, notes, and snippets.

@jsatt
Created November 11, 2013 14:47
Show Gist options
  • Save jsatt/7414231 to your computer and use it in GitHub Desktop.
Save jsatt/7414231 to your computer and use it in GitHub Desktop.
Select by row
SELECT * FROM [table name] LIMIT [row id], 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment