Skip to content

Instantly share code, notes, and snippets.

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