Skip to content

Instantly share code, notes, and snippets.

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