Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 7. Mathematical and Aggregate Functions

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( ).


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial