LEAST(value1,value2,...) returns the smallest (minimum-valued) argument withing two or more arguments : LEAST : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » LEAST »

 

LEAST(value1,value2,...) returns the smallest (minimum-valued) argument withing two or more arguments


mysql>
mysql>
mysql>
mysql> SELECT LEAST(2,0);
+------------+
| LEAST(2,0|
+------------+
|          |
+------------+
row in set (0.00 sec)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Comparison Functions Operators
» LEAST