ALTER TABLE a REMOVE PARTITIONING ; ALTER TABLE a ROW_FORMAT = COMPRESSED ;
< /code>
Как их объединить в один SQL? Я попробовал < /p>
ALTER TABLE a REMOVE PARTITIONING, ROW_FORMAT = COMPRESSED ;
< /code>
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' ROW_FORMAT = COMPRESSED' at line 1
Подробнее здесь: https://stackoverflow.com/questions/794 ... row-format