mysql查询字段所在表

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

posted @ 2014-10-21 14:48  西瓜霜  阅读(281)  评论(0)    收藏  举报