DROP SEQUENCE
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The DROP SEQUENCE statement removes
a sequence from a schema. The sequence can be in a user's schema
or another schema may be specified. You must have DBA privileges
to remove a sequence in a schema other than your own. Use the following
syntax to remove a sequence:
Syntax
|
Example: DROP SEQUENCE statement
In the following example, the DROP SEQUENCE statement
removes the sequence named customer from the pub schema.
|
For more on the DROP SEQUENCE statement, see
OpenEdge SQL Reference.