摘要:
ORACLE中如何查询“表”的主键字段?1、查找表的所有索引(包括索引名,类型,构成列): select t.*,i.index_type from user_ind_columns t,user_indexes i where t.index_name = i.index_name and t.table_name = i.table_name and t.table_n... 阅读全文
posted @ 2010-09-14 14:50
poop
阅读(4483)
评论(0)
推荐(0)
浙公网安备 33010602011771号