Home » MySQL String REPLACE() Function

MySQL String REPLACE() Function

by Online Tutorials Library

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:

MySQL String REPLACE() Function

Example 2

Output:

MySQL String REPLACE() Function

Next TopicMySQL String

You may also like