開始使用免費開始

UNNEST 拆解資料

你很可能會處理巢狀資料,例如 ARRAYSTRUCT。能夠在查詢中取用其中的資料,能讓你從這些資料中創造大量價值,並用它們與其他資料表串接。

本練習屬於課程

BigQuery 入門

檢視課程

動手互動練習

試著完成這個範例程式碼,體驗一下這個練習。

-- Complete the below query

SELECT
	-- Add the correct column name
	order_id, ___
FROM 
	ecommerce.ecomm_orders
-- Complete the where statement
WHERE ___ = ___
編輯並執行程式碼