How to find DISTINCT values in a ARRAY in Bigquery. ... SELECT ARRAY_AGG(t) FROM (SELECT DISTINCT * FROM UNNEST(val) v) t
確定! 回上一頁