SSC-EWI-SY0005
Unsupported Syntax Table function can't be used with over expression
Severity
Description
Code Examples
Input Code:
SELECT * FROM
MyProcedure(
TABLE (SELECT * FROM TABLE1)
OVER (PARTITION BY Col1 ORDER BY Col2 DESC));Output Code:
Recommendations
Last updated
