Answers

Question and Answer:

  Home  MariaDB

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

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

Syntax:

SELECT SUM(aggregate_expression)

FROM tables

[WHERE conditions];

 155 views

More Questions for you: