Created
July 5, 2017 22:04
-
-
Save codewithtyler/9e55b31e05bb899b1737e1b2208e0928 to your computer and use it in GitHub Desktop.
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
| -- Get name of table using the constraint name | |
| SELECT owner, table_name | |
| FROM user_constraints | |
| WHERE constraint_name = ''; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment