Database Error Messages

OCI-62235

PARTITION BY key in APPROX_RANK is not a subset of GROUP BY key.

Cause

The PARTITION BY key in the APPROX_RANK function was not a subset of the key in the GROUP BY clause.


Action

Use a subset of the key in the GROUP BY clause in the PARTITION BY key within the APPROX_RANK function.