how to create partitioned table if the table is already created without partition
can we add that table to some partition ?
thanks
Printable View
how to create partitioned table if the table is already created without partition
can we add that table to some partition ?
thanks
Yes, partition on only allowed on columns not on table. You can alter column and apply partition on individual columns.