SQL 92 answer.
Re: Calculate the median value of a column?
Define "median". It has been years since I was taught statistics.
###
I also take the chance to test whether there is support for SQL syntax hightlighting.
[sql]SELECT median FROM dual;[/sql]
|