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

Home -> Community -> Usenet -> c.d.o.server -> Re: Standard Deviation - are there any existing Oracle SQL function?

Re: Standard Deviation - are there any existing Oracle SQL function?

From: Marc Billiet <Marc.Billiet_at_hae.hydro.com>
Date: Tue, 1 Dec 1998 07:44:23 +0100
Message-ID: <74034d$9kt$1@vkhdsu24.hda.hydro.com>


select stddev(a_numeric_column) from a_table /

Norazman Sahir wrote in message <36642544.67C70811_at_ti.com>...
>Hi,
>
>Again a very straight forward question.
>In Ms Access there is a built in function to calculate a standard
>deviation (ie DStDev & DStDevP)
>Does Oracle SQL also have one?
>If so, can somebody give me the syntax examples...Thanks.
Received on Tue Dec 01 1998 - 00:44:23 CST

Original text of this message

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