Finding median date in Oracle - TechRepublic
General discussion
October 3, 2000 at 04:27 AM
dpecor

Finding median date in Oracle

by dpecor . Updated 25 years, 6 months ago

Does anyone know the correct way to get the median date from an SQL query?

I have seen the median function on the Oracle site but it never refers to dates.

Ex. select median(birth_dt) from some_table;

This discussion is locked

All Comments