我正在尝试对bigquery表进行选择,但如果列为null,则需要为该列分配一个默认 ... Select IFNULL(p.item_id,'XXXXX') AS item_id, from items where ...
確定! 回上一頁