How do I replace a character in a string in Oracle?
How do I replace a character in a string in Oracle? Oracle / PLSQL: REPLACE Function Description. The Oracle/PLSQL REPLACE function replaces a sequence of characters in a string with another set of characters. Syntax. The syntax for the REPLACE function in Oracle/PLSQL is: REPLACE( string1, string_to_replace [, replacement_string] ) Returns. Applies To. Example. How […]