mysql 查询一个表的列名与备注对应关系
select column_name,column_comment from information_schema.columns where table_schema = 'dggardensdb' and table_name = 'mis_auto_piwjo'
mysql 查询一个表的列名与备注对应关系
select column_name,column_comment from information_schema.columns where table_schema = 'dggardensdb' and table_name = 'mis_auto_piwjo'