SSC-EWI-BQ0004
Snowflake does not support named windows.
Severity
Description
Code Example
Input Code:
SELECT
COUNT(col1) OVER(myWindow)
FROM
test.exampleTable
WINDOW
myWindow AS (ORDER BY col2);Output Code:
Recommendations
Recommendations
Last updated
