Viewing 2 posts - 1 through 3 (of 3 total)
OK - I will try another forum - I only stumbled across this one yesterday when I was trying to find a solution! Thanks everyone for their suggestions anyway.
October 28, 2008 at 8:40 am
#890679
I wondered if you could tell me why this command isn't working:
UPDATE TABLENAME SET SUBSTR(FIELDNAME,1,7) = 'XXXXXXX' WHERE SUBSTR(FIELDNAME,1,7) = 'YYYYYYY';
The error I get is:
ERROR at line 1:
ORA-00927: missing equal...
October 28, 2008 at 6:02 am
#890525