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

liquibase.harness.change.changelogs.cockroachdb.createView.sql Maven / Gradle / Ivy

The newest version!
--liquibase formatted sql

--changeset kristyl:3
create view test_view as select id, first_name, last_name, email from lbcat.authors;
--rollback drop view test_view




© 2015 - 2025 Weber Informatics LLC | Privacy Policy