Created
March 4, 2018 01:58
-
-
Save jfriv/2b6fcd9b2f8e77c20d39d57c75a584f1 to your computer and use it in GitHub Desktop.
Revisions
-
jfriv created this gist
Mar 4, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ------------------------------------------------------------------------------ --- select all tables which have FKs that reference a table ------------------------------------------------------------------------------ SELECT * FROM information_schema.REFERENTIAL_CONSTRAINTS WHERE referenced_table_name LIKE '%{table}%';