Aggregate Functions : Introduction : Aggregate Functions MySQL TUTORIALS


MySQL TUTORIALS » Aggregate Functions » Introduction »

 

Aggregate Functions


Aggregate functions perform a mathematical operation on a column.

MySQL implements the following aggregate functions:

  1. COUNT(),
  2. COUNT(DISTINCT),
  3. MAX(),
  4. MIN(),
  5. AVG(),
  6. SUM(), and
  7. STD().



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Aggregate Functions
» Introduction