I have the following code that returns an error message if my value is invalid. I would like to give the same error message if the value given is not numeric.
REGEXP_LIKE(column, '^[[:digit:]]+$')
returns TRUE if column holds only numeric characters