SQL - DROP SEQUENCE
Removes a sequence. This feature was introduced in version 2.2.
Syntax
DROP SEQUENCE <sequence>
<sequence>
Defines the name of the sequence you want to remove.
Examples
Remove the sequence
idseq
:orientdb>
DROP SEQUENCE idseq
For more information, see