Replace

suggest change

Syntax:

REPLACE( String to search , String to search for and replace , String to place into the original string \)

Example:

SELECT REPLACE( 'Peter Steve Tom', 'Steve', 'Billy' ) --Return Values: Peter Billy Tom

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


String Functions:
*Replace

Table Of Contents