MariaDB Question:

Do you know what is the use of MariaDB SUM() function?

Tweet Share WhatsApp

Answer:

MariaDB SUM function is used to return the summed value of an expression.

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

Download MariaDB PDF Read All 55 MariaDB Questions
Previous QuestionNext Question
Do you know what is the use of WHERE clause?Do you know what is MariaDB INNER JOIN?