Skip to content

Instantly share code, notes, and snippets.

@romain9292
Last active August 15, 2022 14:47
Show Gist options
  • Save romain9292/ef8078ca16e1cdae98e0c9aec68178e9 to your computer and use it in GitHub Desktop.
Save romain9292/ef8078ca16e1cdae98e0c9aec68178e9 to your computer and use it in GitHub Desktop.
[Numbering Functions - Row Number 1] Differences between numbering functions in BigQuery using SQL #SQL #BigQuery
SELECT
*,
ROW_NUMBER() OVER() AS row_number
FROM
`datastic.ranking.base_table`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment