Skip to content

Instantly share code, notes, and snippets.

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