SPLIT key-value-pairs to Columns in Google BigQuery
问题 I am quite new to Google BigQuery and definitely struggling. My table has the following content: +----------+----------------------------------------+ | order_id | line_items | +----------+----------------------------------------+ | 123 | id:1|qy:1|sum:1.00;id:2|qy:6|sum:4.50; | +----------+----------------------------------------+ | 456 | id:1|qy:3|sum:3.00;id:3|qy:4|sum:3.20; | +----------+----------------------------------------+ I would need to look it like this: +----------+----+----+---