This topic describes how to delete a sequence.

Syntax

The following sample code provides an example of the syntax of DROP SEQUENCE:

DROP SEQUENCE <name>

Example

You can execute the following statement to delete a sequence named testseq:

DROP SEQUENCE testseq;