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: How do you insert a ' character into the database?

Re: How do you insert a ' character into the database?

From: trevor burkin <trevor.2.burkin_at_bt.com>
Date: Wed, 27 Sep 2000 14:52:49 +0100
Message-ID: <39D1FBB1.F0B00816@bt.com>

insert into table values ('''');

will do the trick

Shaun Campbell wrote:

> Can anyone tell me whether it is possible to enter a ' single quote
> character into a database column?
>
> Regards
>
> Shaun Campbell
  Received on Wed Sep 27 2000 - 08:52:49 CDT

Original text of this message

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