Skip to content

Instantly share code, notes, and snippets.

@Paulescu
Created October 11, 2021 08:13
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 Paulescu/9239c6d1d5b69b3d625a0409d828bd05 to your computer and use it in GitHub Desktop.
Save Paulescu/9239c6d1d5b69b3d625a0409d828bd05 to your computer and use it in GitHub Desktop.
one_big_query.sql
-- one big query
SELECT
price,
item,
...
time
FROM
orders_table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment