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

liquibase.harness.change.expectedSql.oracle.12.2.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 LBUSER.test_function




© 2015 - 2024 Weber Informatics LLC | Privacy Policy