tools/legacy_sql_tranlsation_helper/sample_sql/sample4.sql (
7
lines of code) (
raw
):
SELECT t1, t2, t3.xyz FROM `my_project.my_dataset.my_table`, unnest(abc) t1, unnest(t1.x) t2, unnest(t1.y) t3