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 | CUBRID 9.0.0 |
With the DROP SERIAL statement, you can drop a serial object from the database.
DROP SERIAL serial_identifier
The following example shows how to drop the order_no serial.
DROP SERIAL order_no;