MSC-BQ0014
SnowConvert was unable to generate correct return table clause.
Severity
Description
Code Example
BigQuery
CREATE OR REPLACE TABLE FUNCTION test.function1 ()
AS
WITH groceries AS
(SELECT "milk" AS dairy,
"eggs" AS protein,
"bread" AS grain)
SELECT g.*
FROM groceries AS g;Snowflake
Recommendations
Last updated
