会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
刘礼
CnBlogs
Home
New Post
Contact
Admin
Subscription
2015年10月1日
oracle查询所有用户表的表名、主键名称、索引、外键等
1、查找表的所有索引(包括索引名,类型,构成列):select t.*,i.index_type from user_ind_columns t,user_indexes i where t.index_name = i.index_name and t.table_name = i.table_n...
Read More
posted @ 2015-10-01 11:21 刘礼
Views(5088)
Comments(0)
Diggs(1)
公告