Answer the question
In order to leave comments, you need to log in
Is it possible to add fields to a table that uses partitioning and already has data?
The essence of the question is this.
For example, I created a table:
CREATE TABLE tm1 (
s1 CHAR(32)
s2 CHAR(32)
s3 CHAR(32)
placename(32)
) PARTITION BY KEY(placename) PARTITIONS 100;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question