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: A range function ??

RE: A range function ??

From: <Iulian.ILIES_at_mobil-rom.com>
Date: Wed, 26 Sep 2001 00:19:50 -0700
Message-ID: <F001.003989ED.20010926002518@fatcity.com>

Try this
ASCII(<<your_char>>) NOT BETWEEN ASCII('A') AND ASCII('Z') ASCII('A')-ASCII('Z') is an interval and ASCII('a')-ASCII('z') is another so be careful



Iulian Ilies
mailto: iulian.ilies_at_mobil-rom.com
mailto: iooliani_at_yahoo.com

-----Original Message-----
Sent: Wednesday, September 26, 2001 9:45 AM To: Multiple recipients of list ORACLE-L



This email has been tested for viruses by F-Secure Antivirus administered by IT Network Department.

Hi,

I would like to exclude an arrange of characters. there is for instance:

   not in ('A','B','C','D','E'.......);
Is there not perhaps something easier? ie:   not in ( A-Z, a-z) ;
Does anyone know of a function or some other more economical way of doing this?

Many Regards
Denham
--

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

Author: Denham Eva
  INET: EvaD_at_TFMC.co.za

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).

The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed and others authorised to receive it. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking action in reliance of the contents of this information is strictly prohibited and may be unlawful. Mobil Rom is neither liable for the proper, complete transmission of the information contained in this communication nor any delay in its receipt.

--

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

Author:
  INET: Iulian.ILIES_at_mobil-rom.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 Wed Sep 26 2001 - 02:19:50 CDT

Original text of this message

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