Using CONCAT_WS with NULL value : CONCAT_WS : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » CONCAT_WS »

 

Using CONCAT_WS with NULL value


mysql>
mysql>
mysql> SELECT CONCAT_WS(',','First name',NULL,'Last Name');
+----------------------------------------------+
| CONCAT_WS(',','First name',NULL,'Last Name') |
+----------------------------------------------+
| First name,Last Name                         |
+----------------------------------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» CONCAT_WS