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

liquibase.harness.data.expectedSql.derby.delete.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
INSERT INTO APP.posts (id, author_id, title, description, content, inserted_date) VALUES (100, 10, 'value', 'value', 'value', '2006-10-09')
DELETE FROM APP.posts WHERE id=100




© 2015 - 2024 Weber Informatics LLC | Privacy Policy