The UNNEST operator allows you to run queries that flatten the data ... FROM `myTable` CROSS JOIN UNNEST(event_params) as authorTable. SQL.
確定! 回上一頁