Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Insert single quote
Stupid question...
What's the syntax to insert a string that contains a single quote?
Example:
TABLENAME
columnname varchar2(100)
insert into tablename (columname)
values ('help me insert this ' into this column');
Thanks in advance,
Marty
Received on Tue Apr 18 2000 - 00:00:00 CDT
![]() |
![]() |