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: Szecsy Tamas <tszecsy_at_GEOMETRIA.hu>
Date: Wed, 26 Sep 2001 00:17:03 -0700
Message-ID: <F001.00398A06.20010926003044@fatcity.com>

try using     

      not between 'a' and 'z' and 
      not between 'A' and 'Z' ;

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

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

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

Author: Szecsy Tamas
  INET: tszecsy_at_GEOMETRIA.hu
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:17:03 CDT

Original text of this message

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