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

liquibase.harness.data.expectedSql.oracle.loadData.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
INSERT INTO "C##LIQUIBASE".posts (id, author_id, title, description, content, inserted_date) VALUES (6, 1, 'Title1', '[email protected]', 'Content1', TO_DATE('2000-01-01', 'YYYY-MM-DD'))
INSERT INTO "C##LIQUIBASE".posts (id, author_id, title, description, content, inserted_date) VALUES (7, 2, 'Title2', '[email protected]', 'Content2', TO_DATE('2000-01-01', 'YYYY-MM-DD'))
INSERT INTO "C##LIQUIBASE".posts (id, author_id, title, description, content, inserted_date) VALUES (8, 3, 'Title3', '[email protected]', 'Content3', TO_DATE('2000-01-01', 'YYYY-MM-DD'))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy