REPLACE(string,from_string,to_string)

Description: Replaces all occurrences of from_string with to_string within string, and returns the result.

Examples:

  • REPLACE('John Smith',' ','') returns JohnSmith.

  • REPLACE('HTTP://mysite.com','HTTP','http') returns http://mysite.com.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.135.248.37