Create table as select from...with partition dont work
Hi!11.2.0.2 Linux x64
Im trying this:
create table user.bugghunt as select * from user.mytable1 partition (20110101);
The table gets created but not the partition.
Why not?
Regards
U
Im trying this:
create table user.bugghunt as select * from user.mytable1 partition (20110101);
The table gets created but not the partition.
Why not?
Regards
U
0