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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: (No Subject)

Re: (No Subject)

From: chao_ping <chao_ping_cn_at_yahoo.com.cn>
Date: Fri, 29 Jun 2001 00:15:18 -0700
Message-ID: <F001.0033D155.20010628234732@fatcity.com>

hi,

   just do:
'' represent '

    SQL> create table testtb(a varchar(90)); Table created.
SQL> insert into testtb values('i love oracle''s money'); 1 row created.
SQL> select * from testtb;
A



i love oracle's money

SQL> drop table testtb;
Table dropped.

> HI Gurus,
> I want to insert single quotes with my data from my application.
> Some data will contain quotes and some may not.
>
> How can this be achieved?
>
> Kindly help
>
> TIA
> Regards
> C.S.Venkat
>
>
>
> Get 250 color business cards for FREE!
> http://businesscards.lycos.com/vp/fastpath/
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: C.S.Venkata Subramanian
> INET: csvenkata_at_lycos.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
zǞ}ND

+irhZDMZj(rV
+r5pzq<w9P9tT8'x>'z֜q,Ƣ).+-:Õ*.ǥ}bf)+-jq
+j)fzh.+-}\ܜi
+I_at_ND
Received on Fri Jun 29 2001 - 02:15:18 CDT

Original text of this message

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