Details
-
Task
-
Status: Resolved
-
Resolution: Fixed
-
None
-
None
-
None
-
288
Description
Support an aggregate function that calculates the percent rank of an expression like this:
SELECT PERCENT_RANK(<perc>) WITHIN GROUP (ORDER BY <expression> ASC)
FROM t
The PERCENT_RANK function would return a type of DECIMAL.