Simplest way to unnest a BQ table

后端 未结 0 520
忘了有多久
忘了有多久 2020-12-08 11:47

I can directly unnest an array from a literal in BQ as follows:

select * from unnest([1,2,3])
# [{"f0_": "1"},{"f0_": "2&qu         


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