Skip to content

Instantly share code, notes, and snippets.

@gregrahn
Created February 27, 2012 15:35
Show Gist options
  • Select an option

  • Save gregrahn/1924716 to your computer and use it in GitHub Desktop.

Select an option

Save gregrahn/1924716 to your computer and use it in GitHub Desktop.
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