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

liquibase.harness.change.expectedSql.mysql.8.dropFunction.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
SET GLOBAL log_bin_trust_function_creators = 1
DROP FUNCTION IF EXISTS test_function
CREATE FUNCTION test_function()
RETURNS VARCHAR(20)
BEGIN
RETURN 'Hello'
END
DROP FUNCTION lbcat.test_function




© 2015 - 2024 Weber Informatics LLC | Privacy Policy