Big Query - SELECT EXCEPT REPLACE doesn't work

Answered

This structure is failing in BigQuery:

SELECT
table.* EXCEPT(type) REPLACE(IF(something IS NULL, 10, 100) AS something2)
0
1 comment
Avatar
Yuriy Vinogradov

I've created issue, please follow and vote.

0

Please sign in to leave a comment.