SSC-EWI-OR0030
KEEP statement used in the aggregate function is not supported
Severity
Description
Example Code
Input Code:
SELECT
department_id,
MIN(salary) KEEP (
DENSE_RANK FIRST
ORDER BY
commission_pct
) "Worst"
FROM
employees;Output Code:
Recommendations
Last updated
