在数据库查找某个字段在那张表里

select table_name from information_schema.columns where table_schema = '库名' and column_name='字段名';

猜你喜欢

转载自blog.csdn.net/qq_38289965/article/details/82218587