我在BigQuery中有一个表,其中包含自引用数据 ... DECLARE flag BYTES; CREATE TEMP TABLE ttt AS SELECT parent_id, ARRAY_AGG(id order by id) ...
確定! 回上一頁