DROP SEQUENCE
Updated at:
Removes a sequence from the database.
Syntax
DROP SEQUENCE <name>Parameters
| Parameter | Description |
|---|---|
name | The name of the sequence to drop. |
Example
Drop a sequence named testseq:
DROP SEQUENCE testseq;Is this page helpful?