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

liquibase.harness.change.expectedSql.oracle.18.3.0.dropFunction.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE FUNCTION test_function(id IN NUMBER) RETURN VARCHAR2 AS BEGIN RETURN '2'; END
/
DROP FUNCTION DATICAL_ADMIN.test_function




© 2015 - 2024 Weber Informatics LLC | Privacy Policy