会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
雪紫的博客
博客园
首页
新随笔
联系
管理
订阅
2019年9月19日
转:怎么用Sql语句获取一个数据库中的所有表的名字
摘要: 用sql获取数据库中所有的表名的方法:1、oracle下:select table_name from all_tables;2、MySQL下:select table_name from information_schema.tables where table_schema='csdb' and
阅读全文
posted @ 2019-09-19 13:35 雪紫
阅读(1103)
评论(0)
推荐(0)
编辑
公告