Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ApOgEE/51f5ce45380bc36b091631a3fcb94a06 to your computer and use it in GitHub Desktop.
Save ApOgEE/51f5ce45380bc36b091631a3fcb94a06 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