SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT DECODE(REGEXP_COUNT(:value,'\d'),LENGTH(:value),'Y','N') AS is_numeric FROM dual;
There are many ways but this one works perfect for me.