HSQLDB Create Sequence

The HSQLDB Create Sequence Tool allows users to visually create sequences.

The HSQLDB Create Sequence tool contains the following options:

Sequence Name
Starts With
Increment By

The following is an example of the SQL generated from the HSQLDB Create Sequence Tool.

CREATE SEQUENCE PUBLIC.TEST_SEQUENCE START WITH 1 INCREMENT BY 1

HSQLDB Create Sequence