Question regardin replacing the value in a column
From: Praveen (nospam_at_spam.com)
Date: 03/26/04
- Next message: ugianka: "in memory db of 200 GB"
- Previous message: Silvio Bierman: "Re: Access locks table after query"
- Next in thread: Mark D Powell: "Re: Question regardin replacing the value in a column"
- Reply: Mark D Powell: "Re: Question regardin replacing the value in a column"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 26 Mar 2004 04:34:47 GMT
Hi..All,
DB : Oracle 8i
I have a column in a table which is of type varchar. It can contain
characters like &, <, > etc along with all other characters.
now, I want to replace them with some other characters when I select the
column
& to &
< to <
> to >
for eg if the column had the value <pass & fail>
when I execute the SQL
select column from table; I should get <pass & fail>
I do I write one single SQL to achieve this.
Regards,
P
- Next message: ugianka: "in memory db of 200 GB"
- Previous message: Silvio Bierman: "Re: Access locks table after query"
- Next in thread: Mark D Powell: "Re: Question regardin replacing the value in a column"
- Reply: Mark D Powell: "Re: Question regardin replacing the value in a column"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|