DROP SEQUENCESection: SQL Commands (7)Updated: 2003-11-02 |
DROP SEQUENCESection: SQL Commands (7)Updated: 2003-11-02 |
DROP SEQUENCE name [, ...] [ CASCADE | RESTRICT ]
DROP SEQUENCE removes sequence number generators.
To remove the sequence serial:
DROP SEQUENCE serial;
There is no DROP SEQUENCE statement in the SQL standard.