<

MySQL MIN() Function



MySQL min() function is used to return the minimum value from the table.

syntax


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
















© copyright 2017-2022 Completedone pvt ltd.