Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created October 28, 2019 18:19
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 ldenson11/8dc45465ebd8e97e88c3b3b073b9914b to your computer and use it in GitHub Desktop.
Save ldenson11/8dc45465ebd8e97e88c3b3b073b9914b to your computer and use it in GitHub Desktop.
SELECT paymentType, amount
FROM payments
WHERE amount > 1000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment