HSQLDB Drop Sequence

The HSQLDB 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 PUBLIC."test_seq"

HSQLDB Drop Sequence