Hi all,

I tried to insert into table with value containing character " ' ", and ran into error.

**************************************************

SQL> insert into test values(2,'I'm good','n','n','o1-Oct-02');
ERROR:
ORA-01756: quoted string not properly terminated

**************************************************

How can I insert alone with the character " ' "? Thanks for your help!

WU