查询mysql字段名和字段注释

 

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

原文地址:https://www.cnblogs.com/yangwenxin/p/6514703.html