Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Median Function?

Median Function?

From: Okey Laboratory <itatsumakiNO_at_SPAMhotmail.com>
Date: Thu, 23 Jan 2003 23:01:04 GMT
Message-ID: <H96vxr.3LI@campus-news-reading.utoronto.ca>


Hi all,

Oracle does not seem to have a "Median" function. Am I just missing it, or is there some easy way to implement it? I would like to be able to do something like:

select barcode, median(s635)
from raw_data
group by barcode;

Any suggestions very much appreciated!
Paul Received on Thu Jan 23 2003 - 17:01:04 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US