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!

Inserting records - list of chars that need to be escaped?

ukraine.believeApr 2 2009 — edited Apr 2 2009
inserting a record, the field is type varchar2.
the string i want to insert contains both left and right parentheses - do i need to escape them? i was looking for a list of what characters need to be escaped when inserting in varchar2 but didn't see one.
thanks in advance!
example...
insert into mytable (field1, field2) values ('value1', 'this one contains special chars ( )');
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2009
Added on Apr 2 2009
4 comments
708 views