SELECT TABLE_SCHEMA AS '数据库',TABLE_NAME AS `表名` from information_schema.COLUMNS WHERE COLUMN_NAME='字段'