QUOTE(NULL); : QUOTE : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » QUOTE »

 

QUOTE(NULL);


mysql>
mysql> SELECT QUOTE(NULL);
+-------------+
| QUOTE(NULL|
+-------------+
| NULL        |
+-------------+
row in set (0.00 sec)

mysql>
mysql>



    Related Scripts with Example Source Code in same category :

Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo String Functions
» QUOTE