Skip to content

Instantly share code, notes, and snippets.

@rgardner
Created May 30, 2021 12:22
Show Gist options
  • Save rgardner/485007a7fee464fe3bb6135bff469b08 to your computer and use it in GitHub Desktop.
Save rgardner/485007a7fee464fe3bb6135bff469b08 to your computer and use it in GitHub Desktop.
SQL get random row
SELECT * FROM table ORDER BY RANDOM() LIMIT 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment