db.books.41_functions_B.sql Maven / Gradle / Ivy
The newest version!
-- Functions
CREATE FUNCTION CustomAdd(One INT)
RETURNS INT
RETURN One + 1
;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
-- Functions
CREATE FUNCTION CustomAdd(One INT)
RETURNS INT
RETURN One + 1
;