select * from user_cons_columns where constraint_name = ( select constraint_name from user_constraints where table_name = ‘TABLE_NAME’ and constraint_type= ‘P’ )
コメントは受け付けていません。