Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created September 13, 2022 17:47
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 brunomichetti/2c85b93b8725a40e2a4b37217203ee70 to your computer and use it in GitHub Desktop.
Save brunomichetti/2c85b93b8725a40e2a4b37217203ee70 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_target"
WHERE "targets_target"."created_at" < "targets_target"."updated_at"
LIMIT 21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment