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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Inserting quoted strings

Re: Inserting quoted strings

From: Sand <chuichi_chan_at_MEOW.hotmail.com>
Date: Fri, 23 Feb 2001 21:42:54 -0500
Message-ID: <VDFl6.69$8b.623@read1>

Did you try this:

Insert into Table Values ('''String''')

"Brad Corradi" <bcorradi_at_uswest.net> wrote in message news:e2xl6.121$At2.71268_at_news.uswest.net...
> Hello there,
>
> I was wondering how I would insert a string that contains quotes via an
> insert statement.
>
> example: string = 'Jim' Brown
>
> Insert into Table Values ('string') cause a problem because it doesn't
 know
> where the string starts or ends.
>
> Any help would be appreciated,
> Thanx in advance.
>
>
Received on Fri Feb 23 2001 - 20:42:54 CST

Original text of this message

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