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

Home -> Community -> Mailing Lists -> Oracle-L -> Standard Deviation

Standard Deviation

From: <Peter.McLarty_at_mincom.com>
Date: Mon, 26 Nov 2001 05:08:36 -0800
Message-ID: <F001.003CC998.20011126040519@fatcity.com>


Hi
I asked this earlier over on the ODTUG-SQLPLUS-L list, not much response

I am working on a problem where I have rows of data and the structure includes 48 elements of data in each row on which i need to calculate the standard deviation for the 48 elements in that row.

I currently have that data in a PL/SQL table in the form of one element to each row in that table as part of the overall package and could use this to calculate it.

  1. Can I use stddev on a pl/sql table and if so what column name do I use in the stddev function. The column type in the PL/SQL table is Number. or
  2.  Do I need to write it out to a temp table and get it from that.

TIA Peter McLarty                   E-mail: Peter.Mclarty_at_Mincom.com Technical Consultant        WWW: http://www.Mincom.com APAC Technical Services     Phone: +61 (0)7 3303 3461 Brisbane,  Australia                Mobile: +61 (0)402 094 238          

----------------------                    Facsimile: +61 (0)7 3303 3048

-- 
This transmission is for the intended addressee only and is confidential
information.  If you have received this transmission in error, please
delete it and notify the sender.  The contents of this e-mail are the
opinion of the writer only and are not endorsed by the Mincom Group
of companies unless expressly stated otherwise.
Received on Mon Nov 26 2001 - 07:08:36 CST

Original text of this message

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