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

liquibase.harness.data.expectedSql.sqlite.loadUpdateData.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
INSERT OR REPLACE INTO authors (id, first_name, last_name, email, birthdate, added) VALUES (1, 'Adam', 'Gods', '[email protected]', '1000-02-27', '2000-02-04 02:32:00')
INSERT OR REPLACE INTO authors (id, first_name, last_name, email, birthdate, added) VALUES (7, 'Noah', 'Lamekhs', '[email protected]', '2000-02-27', '1994-12-10 01:00:00')
INSERT OR REPLACE INTO authors (id, first_name, last_name, email, birthdate, added) VALUES (8, 'Muhammad', 'Ibn Abdullah', '[email protected]', '3000-02-27', '2000-12-10 01:00:00')




© 2015 - 2024 Weber Informatics LLC | Privacy Policy