Have you thought about using an UNNEST statement to flatten the array? SELECT custom_data.tag, custom_data.price FROM `bucket-name-here` AS ...
確定! 回上一頁