『ORACLE』 查看主键(11g)

select * from user_constraints s where s.TABLE_NAME=upper('emp') and s.CONSTRAINT_TYPE='P';
posted @ 2017-05-13 22:01  九號栈長  阅读(272)  评论(0编辑  收藏  举报