From 80156574dd5dab7e69316e72095eed989f375a32 Mon Sep 17 00:00:00 2001 From: "p.belezov" Date: Thu, 16 Jan 2025 14:19:36 +0800 Subject: [PATCH] removed old link --- MySQL/all_foreign_keys_to_table_or_column.md | 1 - 1 file changed, 1 deletion(-) diff --git a/MySQL/all_foreign_keys_to_table_or_column.md b/MySQL/all_foreign_keys_to_table_or_column.md index 811516c..e8ae629 100644 --- a/MySQL/all_foreign_keys_to_table_or_column.md +++ b/MySQL/all_foreign_keys_to_table_or_column.md @@ -1,5 +1,4 @@ # Find all tables whose foreign key refers to the table/column -[SQL File](./src/branch/master/MySQL/sql/all_foreign_keys_to_table_or_column.sql) ## By table