select * from (select * from information_schema.COLUMNS where table_schema = '数据库名') temp where column_name = '字段名'