This topic describes how to delete a sequence.
Syntax
Use the following syntax to delete a sequence:
DROP SEQUENCE <name>
Examples
Execute the following statement in your CLI:
mysql> DROP SEQUENCE seq3;
This topic describes how to delete a sequence.
Use the following syntax to delete a sequence:
DROP SEQUENCE <name>
Execute the following statement in your CLI:
mysql> DROP SEQUENCE seq3;
How helpful was this page?
What might be the problems?
More suggestions?