码迷,mamicode.com
首页 > 数据库 > 详细

ORACLE学习记录

时间:2015-04-02 18:03:27      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

1.查询主键(P),外键(R)

select cu.*,au.constraint_type from user_cons_columns cu, user_constraints au where cu.constraint_name = au.constraint_name 
and cu.constraint_name = FK_UMOMAPUSER
and au.constraint_type = R

 

ORACLE学习记录

标签:

原文地址:http://www.cnblogs.com/smashed/p/4387343.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!