
November 29th, 2004, 03:56 PM
|
|
Contributing User
|
|
Join Date: Sep 2003
Posts: 97
Time spent in forums: 2 h 23 m 19 sec
Reputation Power: 6
|
|
|
select 4 rows, calculate stddev, take next 4 rows, calculate stddev
Hello,
I'd like to do some statistic calculations.
For example to select the first 4 values from emp.sal, calculate STDDEV and VARIANCE, MIN
and MAX from these values,
than take the next 4 values from emp.sal, calculate STDDEV,VARIANCE,MIN,MAX,
than take the next 4 values and so on..
How can this be done ?
|