Skip to content

Instantly share code, notes, and snippets.

@JorgeMichelena
Created September 19, 2022 18:51
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 JorgeMichelena/0a9ff61e33853623bb5e9e9245e86c5e to your computer and use it in GitHub Desktop.
Save JorgeMichelena/0a9ff61e33853623bb5e9e9245e86c5e to your computer and use it in GitHub Desktop.
SELECT "targets_user"."id", "targets_user"."password",
...
"targets_user"."date_of_birth", "targets_user"."zodiac_sign"
FROM "targets_user"
ORDER BY RANDOM() ASC
LIMIT 21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment