Hello. I have quite a large table: it contains approx 8 million rows for each of the time/date key.
I want to make it into a partitioned table using the time/date key values.

Question is: is it possible to partition this existing table e.g. using ALTER TABLE or do I have to create a table from scratch including a partition option?