Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle isalpha() function?
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
![]() |
![]() |