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;