Oracle Error ORA-30488: argument should be a function of expressions in PARTITION BY

Oracle Error Message

ORA-30488: argument should be a function of expressions in PARTITION BY

Reason for the Error

The argument of the window function should be a constant for a partition.

Solution

None