Comments - System-Versioned Tables

5 years, 7 months ago Ralf Gebhardt
This comment has the status of 'removed' and can only be seen by you.

The syntax for adding partitioning to a not partitioned table would be <<code>> alter table t1 partition by SYSTEM_TIME (partition p_hist history, partition p_cur current); <<code>>

"add" only can be used for already partitioned tables.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.