查询mysql字段名和字段注释

 

select COLUMN_NAME,column_comment from INFORMATION_SCHEMA.Columns where table_name='表名' and table_schema='数据库名'

posted @ 2017-03-07 14:45  嘿熊  阅读(4721)  评论(0编辑  收藏  举报