Declare and use variables in BigQuery
-- Declare and use variables in BigQuery; 2020-05-29 | |
-- @see http://www.pascallandau.com/bigquery-snippets/use-variables/ | |
DECLARE foo_var STRING DEFAULT "foo"; | |
SELECT foo_var |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Source: Declare and use variables in BigQuery