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

liquibase.harness.change.expectedSql.edb.dropProcedure.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE OR REPLACE PROCEDURE test_procedure()
AS $$
BEGIN
END;
$$
DROP PROCEDURE test_procedure




© 2015 - 2025 Weber Informatics LLC | Privacy Policy