Hello,
I found these pretty useful -
REGEXP_LIKE([num field], '^[[:digit:]]+$') -- Checks whether the concerned value/column contains digits only
REGEXP_INSTR(SUBSTR([no special characters], '[^a-z^A-Z^0-9]') = 0 -- Checks whether the concerned value/column contains NO special characters (note the return value; greater than zero if special char found.
»
sql - How can you tell if a value is not numeric in Oracle? - Stack Overflow
OraFAQ Forum: SQL & PL/SQL » How do I find special characters using a regular expresion?
Thank you and enjoy.
Question
Checking Whether Field Is Digit only or Having special Characters
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.