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

liquibase.harness.data.expectedSql.oracle.oci.delete.sql Maven / Gradle / Ivy

The newest version!
INSERT INTO ADMIN.posts (id, author_id, title, description, content, inserted_date) VALUES ('100', '10', 'value', 'value', 'value', '10-AUG-88')
DELETE FROM ADMIN.posts WHERE id=100




© 2015 - 2025 Weber Informatics LLC | Privacy Policy