advanced aggregation MySQL MariaDB SQL Server PostgreSQL SQLite
Compute a Median or Arbitrary Percentile
Find the median or any percentile value using `PERCENTILE_CONT` in PostgreSQL, MariaDB, and SQL Server, or a window-function workaround in MySQL and SQLite.