Skip to content

Instantly share code, notes, and snippets.

@devmnj
Last active July 5, 2019 08:32
Show Gist options
  • Save devmnj/99ce68dba3ef00bbe1c0f4adca83e0ec to your computer and use it in GitHub Desktop.
Save devmnj/99ce68dba3ef00bbe1c0f4adca83e0ec to your computer and use it in GitHub Desktop.
Generating sqlite random() rows
select * from usedes order by random() limit 5
# each time you run the query will swap rows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment