Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
MySQL Tutorial
Introduction
Select Query
Database
Table
Table Join
Subquery
Insert Update Delete
Logic Operator
View
Data Types
Procedure Function
Cursor
Trigger
Date Time Functions
Comparison Functions Operators
Aggregate Functions
Cast Functions Operators
Control Flow Functions
Encryption Compression Functions
Information Functions
Math Numeric Functions
Miscellaneous Functions
String Functions
Regular Expressions
Data Dictionary
MySQL Utilities
Privilege
AVG « Aggregate Functions « MySQL Tutorial
MySQL Tutorial
Aggregate Functions
AVG
16.2.AVG
16.2.1.
AVG([DISTINCT] expr): Returns the average value of expr.
16.2.2.
AVG() can work out more that one value at a time when used with a GROUP BY clause
16.2.3.
AVG() can work with other functions
16.2.4.
AVG() can work with a join
16.2.5.
AVG with NULL value