Answers

Question and Answer:

  Home  MariaDB

⟩ Tell me what is the usage of MAX() function in MariaDB?

MariaDB MAX() function is used to retrieve the maximum value of the expression.

Syntax:

SELECT MAX(aggregate_expression)

FROM tables

[WHERE conditions];

 169 views

More Questions for you: