IS_NUMBER function?
493358Mar 15 2006 — edited Jan 16 2009I wrote a very primitive function to check if the contents of a VARCHAR field is Numeric. The function simply checks if every character in the field is between 0 - 9.
I feel like this is a very inefficient way to check for numeric/non-numeric data.
Is there a better way to do it?