Answers

Question and Answer:

  Home  MariaDB

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

MariaDB MIN() functiuon is used to retrieve the minimum value of the expression.

Syntax:

SELECT MIN(aggregate_expression)

FROM tables

[WHERE conditions];

 153 views

More Questions for you: