Big Query - SELECT EXCEPT REPLACE doesn't work

已回答

This structure is failing in BigQuery:

SELECT
table.* EXCEPT(type) REPLACE(IF(something IS NULL, 10, 100) AS something2)
0

I've created issue, please follow and vote.

0

请先登录再写评论。