摘要: 查询information_schema.tables表,查询结果去掉4个系统库 SELECT t1.TABLE_SCHEMA 库名, t1.table_name 表名, t1.table_comment 表注释, t2.COLUMN_NAME 字段名, t2.column_comment 字段注释 阅读全文
posted @ 2023-03-21 15:23 shiweixing 阅读(56) 评论(0) 推荐(0)