REPLACE('database','a','ee') : REPLACE « String « SQL / MySQL






REPLACE('database','a','ee')

       
mysql>
mysql> select REPLACE('database','a','ee');
+------------------------------+
| REPLACE('database','a','ee') |
+------------------------------+
| deeteebeese                  |
+------------------------------+
1 row in set (0.00 sec)

mysql>

   
    
    
    
    
    
    
  








Related examples in the same category

1.Replaces the underscores with spaces and concatenates the word