select table_schema,table_name,column_namefrom information_schema.`COLUMNS` where table_schema='库名' and column_name like '%字段%'