QUOTE(str) : QUOTE : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » QUOTE »

 

QUOTE(str)


If the argument is NULL, the return value is the word "NULL" without enclosing single quotes.

mysql>
mysql>
mysql> SELECT QUOTE('Don't!');
+------------------+
| QUOTE('Don't!') |
+------------------+
'Don't!'        |
+------------------+
row in set (0.00 sec)

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