I am using BigQuery, and I need to compute the 25th, 50th, and 75th percentile of a column of a dataset.
For example, how can I get the aforementioned numbers using BigQuery and STANDARD SQL. I have looked at the PERCENT_RANK, RANK, and NTILE functions but I can't seem to crack it.
Here's some code that may guide me
Appreciate the help!