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

liquibase.harness.change.expectedSql.snowflake.renameView.sql Maven / Gradle / Ivy

The newest version!
CREATE VIEW LTHDB.PUBLIC.test_view AS select id, first_name, last_name, email from authors
ALTER VIEW LTHDB.PUBLIC.test_view RENAME TO LTHDB.PUBLIC.test_view_new




© 2015 - 2025 Weber Informatics LLC | Privacy Policy