Use ARRAY_AGG with STRUCT if you want to pair the values together. For example, SELECT ID, ARRAY_AGG ( STRUCT(Value_1, Value_2) ) AS Values ...
確定! 回上一頁