mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
CREATE SEQUENCE "SEQ_QUERIES" INCREMENT BY 1
|
|
START WITH 1 MAXVALUE 1.0E28 MINVALUE 1 NOCYCLE
|
|
NOCACHE NOORDER;
|
|
|