mysql查询字段所在表

use information_schema;
select * from columns where column_name='字段名' ;

原文地址:https://www.cnblogs.com/zonglonglong/p/4040354.html