博客园 首页 私信博主 显示目录 隐藏目录 管理 动画
摘要: 阅读全文
posted @ 2022-08-25 19:52 CHANG_09 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1、查询 数据库 所有 表 use mysql;show tables; select table_name from information_schema.tables where table_schema = '数据库名' and table_type = 'base table' 2、查询 数 阅读全文
posted @ 2022-08-25 10:57 CHANG_09 阅读(76) 评论(0) 推荐(0) 编辑