Syntax
STDDEV( Fieldname )
Description
STDDEV calculates the standart deviation of the values in the specifyed column. Standart deviation is the square root of variance.
Example:
SELECT STDDEV(preis) FROM torder
Calculate the standart variation of all values of preis.
Managers are not born but made: www.mba-mainz.de