seeking information:
I wanted to know if it is possible to create a macro variable (parametrised) in Bigquery.
Similar to SAS examples like:
%LET tempvar = ('x1','x2'.....'xn')
which I can CALL whenever needed in further SQL clauses.
Any info appreciated.
Thanks