DB2 Drop Sequence

The DB2 Drop Sequence Tool allows users to select a sequenceSequence to be dropped. The tool then generates the SQL to drop the sequence.

Listed below is an example SQL statement generated by the Drop Sequence Tool.

DROP SEQUENCE TESTUSER.TEST_SEQ

DB2 Drop Sequence