Skip to main content

All Questions

2 votes
1 answer
954 views

Altering a Partitioned Table

I can't find info online about this. What are the best way to alter a table that is already partitioned? should I just use the normal UPDATE `table` MODIFY COLUMN `column_name` TINYINT(1) DEFAULT 1 ...
Abraham Romero's user avatar