Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: how to insert a single quotes in to a table using SQL?

Re: how to insert a single quotes in to a table using SQL?

From: Richard Foote <Richard.Foote_at_oracle.com>
Date: Mon, 12 Aug 2002 19:28:35 +1000
Message-ID: <3D577FC3.60D198A3@oracle.com>


insert into table values ('''');

Cheers

Richard

vismay wrote:
>
> dear sir,
> i want to insert into a table a string (don't worry?) but due to
> single quotes (') the string terminated before it is supposed to. so
> please help me and send me how to insert a single quotes in to a
> string.
> thaniking you.
> vismay


Received on Mon Aug 12 2002 - 04:28:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US