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

liquibase.harness.generateChangelog.expectedSql.edb-postgres.16.createView.sql Maven / Gradle / Ivy

The newest version!
CREATE VIEW "test_view" AS SELECT id,
    first_name,
    last_name,
    email
   FROM authors;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy