8. SQL Statements : DROP SEQUENCE : Syntax
 
Share this page                  
Syntax
The DROP SEQUENCE statement has the following format:
[EXEC SQL] DROP SEQUENCE [schema.]sequence_name;
sequence_name
Specifies an existing sequence.
The DBMS Server returns an error for each non-existent sequence name in a list, but does not abort the statement. Existing sequences for valid names in the list are removed.