PERCENTILE
Syntax
<percentile-expression> := 'PERCENTILE(' <Number> ',' <Number> ')
Since
2.2.6
Return-type
Integer
Description
The function PERCENTILE calculates the percentile (defined by the second argument as a value between 0 and 100) for the values passed as the first argument.
Examples
PERCENTILE( 10 | 15 | 21 | 18, 90 )
