Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 275 Bytes

how-to-get-99-percentile-copy.md

File metadata and controls

13 lines (8 loc) · 275 Bytes

How to get 99% percentile

SELECT quantile(0.99)(age) FROM tbl;
  • quantile(0.99) - will return 99% percentile value for specified column
  • age - name of the column to get percentile value for

group: percentiles

link_youtube: https://youtu.be/gkHcxQ6wo9g