SSC-EWI-SY0005
Unsupported Syntax Table function can't be used with over expression
Severity
High
Description
Snowflake does not support windows specification on a table-value function call.
Code Examples
Input Code:
SELECT * FROM
MyProcedure(
TABLE (SELECT * FROM TABLE1)
OVER (PARTITION BY Col1 ORDER BY Col2 DESC));Output Code:
Recommendations
If you need more support, you can email us at [email protected]
Last updated
