Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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