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

liquibase.harness.change.expectedSql.hsqldb.createProcedure.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE PROCEDURE test_procedure(firstname VARCHAR(50), lastname VARCHAR(50), email VARCHAR(50))
MODIFIES SQL DATA
INSERT INTO AUTHORS VALUES (DEFAULT, firstname, lastname, email, null, CURRENT_TIMESTAMP)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy