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

Home -> Community -> Usenet -> c.d.o.server -> Sql Stament error

Sql Stament error

From: Joshua Goodstein <awing_pilot_at_yahoo.com>
Date: 6 Sep 2001 11:39:10 -0700
Message-ID: <924a90f8.0109061039.1e8d7a46@posting.google.com>


I have a table with a column ( columnA) it contains the values TRTK-1234567890 I want to update the values so that TRTK becomes PMTK i tried the following and it failed:

update table
set columnA='TRTK%'
where columnA='PMTK%';

0 rows updated

argg I know this is a menial thing but just frustrating

Thanks in advance

J Received on Thu Sep 06 2001 - 13:39:10 CDT

Original text of this message

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