mysql查询字段在数据库哪个表


select table_schema,table_name from information_schema.columns where column_name = '字段名'

原文地址:https://www.cnblogs.com/cw828/p/11212532.html