COALESCE(value,...) returns the first non-NULL value in the list, or NULL if there are no non-NULL values : BETWEEN AND : Comparison Functions Operators MySQL TUTORIALS


MySQL TUTORIALS » Comparison Functions Operators » BETWEEN AND »

 

COALESCE(value,...) returns the first non-NULL value in the list, or NULL if there are no non-NULL values


mysql>
mysql> SELECT COALESCE(NULL,1);
+------------------+
| COALESCE(NULL,1|
+------------------+
|                |
+------------------+
row in set (0.00 sec)

mysql>
mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Comparison Functions Operators
» BETWEEN AND