Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

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 | 

DROP SERIAL

Description

With the DROP SERIAL statement, you can drop a serial object from the database.

Syntax

DROP SERIAL serial_identifier

  • serial_identifier: Specifies the name of the serial to be dropped.
Example

The following example shows how to drop the order_no serial.

DROP SERIAL order_no;