Skip to content

Instantly share code, notes, and snippets.

@Paulescu
Created October 11, 2021 08:13
Show Gist options
  • Select an option

  • Save Paulescu/9239c6d1d5b69b3d625a0409d828bd05 to your computer and use it in GitHub Desktop.

Select an option

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