MySQL Resources
resources for mysql admins and developers who are squealing for help
IS_NUMERICThere is not a function explicitly for determining if the value of a field is numeric or not. This customized function will return 1 if a given value is numeric, 0 if not.
|