How to create partition on an existing table with range on a timestamp [message #287706] |
Thu, 13 December 2007 03:57 |
novalex
Messages: 19 Registered: November 2007
|
Junior Member |
|
|
Hello!
I've red many tutorials about partitioning but in all the tutorials they create partitions directly after creating the table.
I have already created a table with a timestamp and now I want to create a range partition on the timestamp (Year,Month), so that I have partitions on the months combined with the year.
"Alter table name add partition..." doesn't work because I get an error that the table doesn't have any partition.
Hope you can help me.
Thanks.
Alex
|
|
|
|
|
|
|
|
|