Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: A range function ??
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
-----Original Message-----
Sent: Wednesday, September 26, 2001 9: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).
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