128
MySQL REPLACE() Function
REPLACE(str,from_str,to_str) is a Sring function of MySQL. This method returns string from the given string to the string.
Syntax
Example 1
Output:
Example 2
Output:
Next TopicMySQL String