Versions available for this page: CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 |
To alter an existing partitioned table into a regular one, use the ALTER TABLE statement.
ALTER {TABLE | CLASS} <table_name>
REMOVE PARTITIONING
The following is an example of altering the partitioned table of name "nation2" into a regular one.
ALTER TABLE nation2 REMOVE PARTITIONING;