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

liquibase.harness.generateChangelog.expectedSql.mysql.8.4.createFunction.sql Maven / Gradle / Ivy

The newest version!
CREATE FUNCTION `test_function`() RETURNS varchar(20) CHARSET utf8mb4
BEGIN
                                                RETURN 'Hello';
                                                END;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy