Last active
July 5, 2019 08:32
-
-
Save devmnj/99ce68dba3ef00bbe1c0f4adca83e0ec to your computer and use it in GitHub Desktop.
Generating sqlite random() rows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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