Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: single quote
I'm not exactly clear what you are trying to achieve i.e how is the statement
insert into COMPANY values ( 'SAN'ANGLE', ...) being generated
however I believe something along the lines of
1* select replace('SAN''ANTONIO','''','''''') from dual SQL> / REPLACE('SAN
insert into tablea(columna)
select columnb from tableb;
is not suitable for your application?
Hope this helps,
Ian Received on Fri Oct 17 1997 - 00:00:00 CDT
![]() |
![]() |