Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save hschnegg/8669277 to your computer and use it in GitHub Desktop.
Save hschnegg/8669277 to your computer and use it in GitHub Desktop.
PostgreSQL: Test if text can be cast to numeric
select (mytext ~ '^([0-9]+[.]?[0-9]*|[.][0-9]+)$');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment