Adding a column to a partitioned table...
raindogJun 9 2010 — edited Jun 9 2010I have a table that is partitioned (monthly, based on one of the date columns). There are 13 partitions - the current one plus twelve previous months, and we roll them monthly.
We want to add a column to the table. Is there anything special about adding a column to a partitioned table, or is it like any other ALTER TABLE...ADD... ?