UNNEST ga_session table 中的所有字段(不返回任何记录)

UNNEST all fields in ga_session table (returning no records)

Image to Bigquery UNNEST

How can I unnest all fields in ga_sessions, the above is returning no records

而不是 ,UNNEST(abc) 试试 LEFT JOIN UNNEST(abc)

使用带 UNNEST 的 LEFT JOIN 而不是 CROSS JOIN(用逗号表示的快捷方式)可确保如果重复记录(数组)为空,则不会使整行都为空