MySQL Forums
Forum List  »  PHP

Re: financial database / data management
Posted by: Roland Bouman
Date: August 16, 2005 08:38AM

Hi!

MySQL provides some aggregate functions:

http://dev.mysql.com/doc/mysql/en/group-by-functions.html

among them, there's a STDEV_POP

(STD and STDDEV <= 5.0.3)

and

STDEV_SAMP

(5.0.3)

Options: ReplyQuote


Subject
Written By
Posted
Re: financial database / data management
August 16, 2005 08:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.