<

MySQL SUM() Function



MySQL sum() function is used to return the total summed value of an expression.

syntax


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
















© copyright 2017-2022 Completedone pvt ltd.