oracle 查询索引和主键
摘要:
ORACLE: 1、查主键名称: select * from user_constraints where table_name = 'AAA' and constraint_type ='P'; 查主键对应的列: select * from user_cons_columns where tabl 阅读全文
posted @ 2018-12-25 15:57 丶柚子 阅读(1682) 评论(0) 推荐(0)
posted @ 2018-12-25 15:57 丶柚子 阅读(1682) 评论(0) 推荐(0)
posted @ 2018-12-25 15:35 丶柚子 阅读(621) 评论(0) 推荐(0)
posted @ 2018-12-25 14:42 丶柚子 阅读(601) 评论(1) 推荐(0)
posted @ 2018-12-25 09:49 丶柚子 阅读(2167) 评论(0) 推荐(0)