2014年6月5日
摘要: 先查询出表的主键名SELECT * from user_cons_columns c where c.table_name = '表名'然后删除主键 alter table 表名drop constraint 主键名新增主键alter table 表名 add constraint 主键名 p... 阅读全文
posted @ 2014-06-05 11:55 酒歌 阅读(5590) 评论(0) 推荐(1)