您好,欢迎访问一九零五行业门户网

MySQL 中查找含有目标字段的表的方法_MySQL

代码如下:
select table_schema,table_name
from information_schema.`columns`
where column_name='字段名字'
参考:mysql中,一个字段在多张表都存在,怎么用sql语句一次性查询这些表呢
其它类似信息

推荐信息