mysql查询一个表的主键被哪些表所调用 发表评论 / Mysql, 数据库 / 作者: Charlie use information_schema; show tables; select * from KEY_COLUMN_USAGE where COLUMN_NAME=’xx_id’;