select distinct table_name as table_name from information_schema.columns where column_name like '%field_name%' and table_schema=database();
说明:field_name只要查询的字段名称
select distinct table_name as table_name from information_schema.columns where column_name like '%field_name%' and table_schema=database();
说明:field_name只要查询的字段名称