Percentile
Calculates a percentile rank for each value
satisfying the numeric expression argument. The percentile rank ranges are
between 0 (0th percentile) to 1 (100th percentile). The percentile is
calculated based on the values in the result set.
Syntax
Percentile(Expr)
Where:
Expr
Any expression that evaluates to a numerical value.
Comments
Post a Comment