DROP SEQUENCE
Removes a sequence. This feature was introduced in version 2.2.
Syntax
DROP SEQUENCE <sequence>
<sequence>
Examples
Remove the sequence idseq:
idseq
orientdb> DROP SEQUENCE idseq
DROP SEQUENCE idseq
For more information, see CREATE SEQUENCE DROP SEQUENCE Sequences and auto increment SQL commands
For more information, see
CREATE SEQUENCE