Created
August 31, 2016 16:00
-
-
Save gordonje/35f6e6b26d0f57f899c788da31aac8bf to your computer and use it in GitHub Desktop.
xref_ids with non-numeric characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT COUNT(DISTINCT "XREF_ID") | |
FROM "FILER_XREF_CD" | |
WHERE "XREF_ID" ~ '\D'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment