Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to update a column in a table which contains &

Satyam ReddyApr 15 2011 — edited Apr 15 2011
Hi,

I would like to update ename col of emp table with a string that contains &
update emp set ename = 'tom&jerry' where empno = 7369
But this gives an error.Please advice.

Regards,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2011
Added on Apr 15 2011
5 comments
2,458 views