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: Andrew Protasov <oracle_at_protasov.kiev.ua>
Date: Tue, 1 Dec 98 09:49:18 +0200
Message-ID: <AB-zvOsK42@protasov.kiev.ua>

Hi,

There is such STDDEV function in Oracle:

SVRMGR> select stddev(obj#) from sys.obj$; STDDEV(OBJ



11484.6477
1 row selected.

Andrew Protasov

> 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 - 01:49:18 CST

Original text of this message

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