Skip to content

Instantly share code, notes, and snippets.

@JorgeMichelena
Created September 19, 2022 18:49
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/6d754132eec65950022cebb55cb569b9 to your computer and use it in GitHub Desktop.
Save JorgeMichelena/6d754132eec65950022cebb55cb569b9 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 "targets_user"."name" ASC
LIMIT 21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment