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;该文章对您有帮助吗?
Removes a sequence from the database.
DROP SEQUENCE <name>| Parameter | Description |
|---|---|
name | The name of the sequence to drop. |
Drop a sequence named testseq:
DROP SEQUENCE testseq;