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: How to deal with special character like & in ' '

RE: How to deal with special character like & in ' '

From: Yadav, Shailesh <NDASY3_at_labor.state.ny.us>
Date: Mon, 23 Jul 2001 11:54:02 -0700
Message-ID: <F001.0035251D.20010723113931@fatcity.com>

You can do either of the following:
SET SCAN OFF before the statement
if not possible then
you could do INSERT... ('A'||'&'||'M University')...;

-----Original Message-----
Sent: Monday, July 23, 2001 2:49 PM
To: Multiple recipients of list ORACLE-L

try inserting ('A'||CHR(38)||'M University')

the CHR() is great for special characters.

-----Original Message-----
From: Helen rwulfjeq [SMTP:lannyue_at_yahoo.com] Sent: Monday, July 23, 2001 1:51 PM

To:     Multiple recipients of list ORACLE-L
Subject:        How to deal with special character like & in ' '


 Hi,
I want to insert a string like 'A&M University' but has problem with '&'   I want the database exact A&M University. But it always ask me new or old value because of symbol '&' how could I deal with that. Thanks. HL



Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ << File: ATT00040.html >>
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: William Rogge
  INET: William_Rogge_at_voltek.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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Yadav, Shailesh
  INET: NDASY3_at_labor.state.ny.us
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 Mon Jul 23 2001 - 13:54:02 CDT

Original text of this message

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