컴퓨터일반/DB

오라클 제약조건 검색

G-Ryon 2008. 3. 20. 16:12


SELECT * FROM user_constraints
WHERE owner = 'DB User' AND constraint_name = '제약조건 명'


이상!!