select column_name, column_comment from information_schema.columns where table_schema =‘db name‘ and table_name = ‘table name‘ ;
查询数据库表内列名及列注释
2022-03-10 02:42:39
select column_name, column_comment from information_schema.columns where table_schema =‘db name‘ and table_name = ‘table name‘ ;
查询数据库表内列名及列注释