liquibase.harness.data.expectedSql.oracle.18.3.0.delete.sql Maven / Gradle / Ivy
INSERT INTO DATICAL_ADMIN.posts (id, author_id, title, description, content, inserted_date) VALUES ('100', '10', 'value', 'value', 'value', '10-AUG-88')
DELETE FROM DATICAL_ADMIN.posts WHERE id=100
© 2015 - 2024 Weber Informatics LLC | Privacy Policy