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_at_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 - 12:52:37 CET

Original text of this message