SSC-EWI-OR0042
Model clause is not supported.
Severity
Description
Example Code
Input Code:
SELECT
employee_id,
salary
FROM
employees
MODEL
DIMENSION BY (employee_id)
MEASURES (salary)
();Output Code:
Recommendations
Last updated
