MySql查看表注释

查看表名注释
select
TABLE_NAME,
TABLE_COMMENT
from
INFORMATION_SCHEMA.Tables
where
table_schema = '数据库名称'

posted @ 2020-10-24 23:03  Yuan_x  阅读(631)  评论(0编辑  收藏  举报