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

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