1.查看表的注释
SELECT column_name,column_comment from information_schema.columns where table_schema='db.name' and table_name ='table.name'
1.查看表的注释
SELECT column_name,column_comment from information_schema.columns where table_schema='db.name' and table_name ='table.name'