Doesn't work for meOriginally Posted by thomasp
Code:SQL> create table g (col1 varchar2(30)); Table created. SQL> insert into g values ('C\&G'); Enter value for g: ? old 1: insert into g values ('C\&G') new 1: insert into g values ('C\?') 1 row created. SQL> select * from g; COL1 ------------------------------ C\?




Reply With Quote