I\'m trying to group BigQuery columns using an array like so:
with test as ( select 1 as A, 2 as B union all select 3, null ) select *, [A,B]