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" <[EMAIL PROTECTED]>
>To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
>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: [EMAIL PROTECTED]
>> 
>> 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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to