随笔分类 -  oracle

摘要:假设我们有test1 ,test2 两表 create table test1(no number,name varchar2(10));create table test2(no number,name varchar2(10));insert into test1 values(1,&... 阅读全文
posted @ 2005-03-27 09:10 Rayman 阅读(14598) 评论(0) 推荐(1)
摘要:Alter table Test add (constraint PK_TEST primary key(Col1, Col2, Col3))  Enable Primary Key  Using Index (Create... 阅读全文
posted @ 2005-03-24 17:36 Rayman 阅读(1709) 评论(0) 推荐(0)