SQL Array with Null

前端 未结 0 1678
渐次进展
渐次进展 2021-01-13 15:55

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]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题