Difference between revisions of "Percentile"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Functions_Used_in_where_Expressions]]
 
[[Category:Functions_Used_in_where_Expressions]]

+
{{HelpFiles}}
  
 
====percentile====
 
====percentile====

Revision as of 10:11, 12 December 2011



percentile

Calculate the 100-quantiles.

Syntax

percentile(dcsColumn, pct)

Arguments

dcsColumn:  is a numeric dcs column (column whose data type is Number)

pct: an integer number. (0 < pct < 100)

Example

percentile(C1, 25) where C2 == 1;

Availability

Version 5.2