Chapter 7. Mathematical and Aggregate Functions


MySQL has many built-in mathematical and aggregate functions that you can use in SQL statements for performing calculations on values in databases. Functions in this chapter include those used for statistical information, such as counting rows and determining the average of a given column's value.

You should be aware of a few factors regarding some of these functions: all mathematical functions return NULL when there is an error. If an aggregate function is used without a GROUP BY clause, it operates on all rows. The following aggregate functions require a GROUP BY clause: AVG(), BIT_AND( ), BIT_OR( ), BIT_XOR( ), COUNT(), GROUP_CONCAT( ), MIN( ), MAX( ), STD( ), STDDEV( ), SUM( ), VARIANCE( ).



MySQL in a Nutshell
MYSQL in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596514336
EAN: 2147483647
Year: 2006
Pages: 134
Authors: Russell Dyer

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net