Skip to content

Instantly share code, notes, and snippets.

@brunomertins
Last active March 20, 2023 14:11
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 brunomertins/35d2f48f8d997ad74db2c9483ca0dd62 to your computer and use it in GitHub Desktop.
Save brunomertins/35d2f48f8d997ad74db2c9483ca0dd62 to your computer and use it in GitHub Desktop.
Static date range - BigQuery
SELECT
*
FROM
`bigquery-public-data.google_analytics_sample.ga_sessions_*`
WHERE
_table_suffix BETWEEN '20160801'
AND '20170801'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment