<

MySQL AVG() Function



MySQL avg() function is used to return the average value of an expression.

syntax

SELECT AVG(aggregate_expression)  
FROM tables  
[WHERE conditions];  

















© copyright 2017-2022 Completedone pvt ltd.