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: C.S.Venkata Subramanian <csvenkata_at_lycos.com>
Date: Fri, 29 Jun 2001 01:16:52 -0700
Message-ID: <F001.0033D299.20010629012301@fatcity.com>

 Thanks Chao

--

On Thu, 28 Jun 2001 23:47:32  
 chao_ping wrote:

>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.
>
>----- Original Message -----
>From: "C.S.Venkata Subramanian" <csvenkata_at_lycos.com>
>To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
>Sent: Friday, June 29, 2001 1:30 PM
>Subject: (No Subject)
>
>
>> 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).
>
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).
Received on Fri Jun 29 2001 - 03:16:52 CDT

Original text of this message

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