I have a table which has a colums
a:Int
b:array<struct<c:int, d:int>>
I cannot view the complex column b when I select *
.
What query should I use to unpack it using join?
I have a table which has a colums
a:Int
b:array<struct<c:int, d:int>>
I cannot view the complex column b when I select *
.
What query should I use to unpack it using join?