编写sql语句
select column_name,data_type ,column_comment from information_schema.columns where table_name='查询表名称' and table_schema='数据库名称' order By ORDINAL_POSITION
完成!!!!