Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Replace in table

Re: Replace in table

From: Harald Maier <maierh_at_myself.com>
Date: Tue, 26 Aug 2003 12:45:49 +0200
Message-ID: <m34r04ofxe.fsf@ate.maierh>


djockheck_at_gauselmann.de (Detlef Jockheck) writes:

> how can I replace "a" with "abc" in a column? I would prefer a sql-solution.
>
> eg:
> column_old
> a
> hda
> jkaj
>
> column_new
> abc
> hdabc
> jkabcj

replace( col, 'a', 'abc' ). see too the sql reference manual.

Harald Received on Tue Aug 26 2003 - 05:45:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US