IanWaterman
Programmer
I am working witha database where designer insisted on using string fields to hold numeric data but did not add any validation to check data entered.
I now have to detect whether a field is non numeric on the fly.
In SQL server we have Isnumeric() and can test data, I can not find anything like this for Oracle.
Can any one suggest how I can test a string to check it is numeric?
Thank you
I now have to detect whether a field is non numeric on the fly.
In SQL server we have Isnumeric() and can test data, I can not find anything like this for Oracle.
Can any one suggest how I can test a string to check it is numeric?
Thank you