mysql查询事件
SELECT
TABLE_NAME,
TABLE_COMMENT
FROM
information_schema.TABLES
WHERE
table_schema = '数据库名称' and TABLE_COMMENT LIKE '%表名注释关键字%'
mysql查询事件
SELECT
TABLE_NAME,
TABLE_COMMENT
FROM
information_schema.TABLES
WHERE
table_schema = '数据库名称' and TABLE_COMMENT LIKE '%表名注释关键字%'
info 还没有任何评论,你来说两句呐!