Skip to content

Instantly share code, notes, and snippets.

@camelcaseblog
Last active March 26, 2019 17:33
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 camelcaseblog/5803483d221125b9216a5f394c874b64 to your computer and use it in GitHub Desktop.
Save camelcaseblog/5803483d221125b9216a5f394c874b64 to your computer and use it in GitHub Desktop.
EXPLAIN ANALYZE
SELECT *
FROM payment
WHERE payment_date = '2020-01-13'
ORDER BY amount;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment