SQL - DROP SEQUENCE

(Since v.2.2)

Drops a sequence.

Syntax

DROP SEQUENCE <sequence>

Where:

  • sequence is the name of the sequence to drop

See also

Examples

Drop a sequence

DROP SEQUENCE idseq

To know more about other SQL commands look at SQL commands.