Link to this page
Print this page
Parent topic
:
Static SQL statements
SQL support
/
Static SQL statements
DROP SEQUENCE
Drops a sequence object from the database.
Syntax:
DROP SEQUENCE
[
IF EXISTS
]
sequence-name
Related concepts
CREATE SEQUENCE
ALTER SEQUENCE