SQL 92 dialect question:
Calculate the median value of a column?
Either directly or using a function (Different database engines might do this differently.)
Definition: The middle value in a distribution, above and below which lie an equal number of values.
(Taken from http://www.thefreedictionary.com/median)
|