Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

replacing a string from the field value

Status
Not open for further replies.

Deeppurple

Programmer
Jan 17, 2003
16
IN
Hi all,
I need to replace all occurances of a string 'abc' with 'def' from a string which a field value. How can I do it? I am using Oracle 8i.

regards
 
Use the replace function.

Replace(string,'abc','def')
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top