Drop Sequence Tool

The Drop Sequence Tool allows users select a sequence 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 public.test_sequence

The following are links to information about the Drop Sequence tool for specific databases:

DB2 Drop Sequence
Firebird Drop Sequence
HSQLDB Drop Sequence
Ingres Drop Sequence
Oracle Drop Sequence
PostgreSQL Drop Sequence