Using LEAST with string value : LEAST : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » LEAST »

 

Using LEAST with string value


mysql>
mysql> SELECT LEAST('B','A','C');
+--------------------+
| LEAST('B','A','C'|
+--------------------+
| A                  |
+--------------------+
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