MySQL query table field name, field typecui5445 (25)in #mysql • 7 years ago select column_name,column_comment,data_type from information_schema.columns where table_name='tableName' and table_schema='databaseName' #field #type