DROP SERIAL

Description

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

Syntax

DROP SERIAL serial_identifier

Example

The following example shows how to drop the order_no serial.

DROP SERIAL order_no;