LEAST() returns NULL if any argument is NULL : LEAST : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » LEAST »

 

LEAST() returns NULL if any argument is NULL


mysql>
mysql> SELECT LEAST(2,NULL);
+---------------+
| LEAST(2,NULL|
+---------------+
|          NULL |
+---------------+
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