-
最近の投稿
最近のコメント
アーカイブ
カテゴリー
メタ情報
月別アーカイブ: 6月 2012
Oracle 主キー表示
select * from user_cons_columns where constraint_name = ( select constraint_name from user_constraints where table_name = ‘TABLE_NAME’ and constraint_type= ‘P’ )
select * from user_cons_columns where constraint_name = ( select constraint_name from user_constraints where table_name = ‘TABLE_NAME’ and constraint_type= ‘P’ )