Skip to content

Instantly share code, notes, and snippets.

@niczky12
Created May 26, 2020 09:16
Show Gist options
  • Save niczky12/6db9b34f7f235ac25a092458062583c0 to your computer and use it in GitHub Desktop.
Save niczky12/6db9b34f7f235ac25a092458062583c0 to your computer and use it in GitHub Desktop.
Create a row using array generators in BQ
SELECT *
FROM UNNEST(GENERATE_ARRAY(1, 15)) AS num
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment