REPLACE(str,from_str,to_str) : REPLACE : String Functions MySQL TUTORIALS


MySQL TUTORIALS » String Functions » REPLACE »

 

REPLACE(str,from_str,to_str)


REPLACE() performs a case-sensitive match when searching for from_str.

mysql>
mysql>
mysql> SELECT REPLACE('www.navioo.com', 'w''W');
+-------------------------------------+
| REPLACE('www.navioo.com', 'w''W'|
+-------------------------------------+
| WWW.navioo.com                      |
+-------------------------------------+
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
» REPLACE