Created
February 27, 2012 15:35
-
-
Save gregrahn/1924716 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create table emp2 as select * from emp; | |
insert into emp2 select * from emp2; | |
insert into emp2 select * from emp2; | |
insert into emp2 select * from emp2; | |
insert into emp2 select * from emp2; | |
insert into emp2 select * from emp2; | |
insert into emp2 select * from emp2; | |
commit; | |
alter table emp2 parallel 2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment