Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle isalpha() function?

Re: Oracle isalpha() function?

From: Tom Best <Tom.Best_at_bentley.com>
Date: Wed, 24 Nov 1999 06:52:37 -0500
Message-ID: <383BD185.FEC37F21@bentley.com>


You could check if the function ASCII() returns a number between 65 and 90 inclusive, or 97 and 122 inclusive. These are the decimal values for (respectively) 'A', 'Z', 'a', 'z'

Tom Best Received on Wed Nov 24 1999 - 05:52:37 CST

Original text of this message

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