mysql只显示表名和备注
程序员文章站
2022-06-18 21:22:23
只要改后面的table_schema为你的数据库名 结果: ......
select table_name,table_comment from information_schema.tables where table_schema='db' ;
只要改后面的table_schema为你的数据库名
结果: