Skip to content

Instantly share code, notes, and snippets.

@MRdNk
Created February 8, 2013 15:26
Show Gist options
  • Save MRdNk/4739692 to your computer and use it in GitHub Desktop.
Save MRdNk/4739692 to your computer and use it in GitHub Desktop.
Integer and decimal check in SQL
ISNUMERIC(zipcode + '.0e0') --integer
ISNUMERIC(zipcode + 'e0') --decimal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment