All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.change.expectedSql.oracle.12.2.alterSequence.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE SEQUENCE LBUSER.test_sequence START WITH 2 INCREMENT BY 1 MINVALUE 1
ALTER SEQUENCE LBUSER.test_sequence INCREMENT BY 10 MINVALUE 1 MAXVALUE 371717 ORDER CACHE 9 CYCLE




© 2015 - 2024 Weber Informatics LLC | Privacy Policy