会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我的征途是星辰大海
人生聚散无常
新随笔
管理
2016年2月15日
oracle中查询、禁用、启用、删除表外键
摘要: 1.查询所有表的外键的: select table_name, constraint_name from user_constraints where constraint_type = 'R'; 2.禁用所有外键约束, 使用下面的sql生成对应sql脚本: select 'alter table
阅读全文
posted @ 2016-02-15 07:37 深圳大漠
阅读(724)
评论(0)
推荐(0)
编辑
公告