Oracle 主キー表示

select * from user_cons_columns
where constraint_name = (
select constraint_name from user_constraints
where table_name = ‘TABLE_NAME’
and constraint_type= ‘P’
)

カテゴリー: 未分類   パーマリンク

コメントは受け付けていません。