DROP SEQUENCE
Delete a sequence
Synopsis
DROP SEQUENCE statement
Diagram(
Sequence(
"DROP",
"SEQUENCE",
Optional(Sequence("IF", "EXISTS"), "skip"),
"sequence-name"
)
);
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified October 25, 2021: Rework expressions (016dc8a)