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

db.ddl.oracle.create-function.sql Maven / Gradle / Ivy

There is a newer version: 1.9.7
Show newest version
CREATE FUNCTION DBSINGULAR.dateDiffInDays (DATE1 in TIMESTAMP, DATE2 in TIMESTAMP)
RETURN float
BEGIN
   RETURN(DATE1 - DATE2)
END




© 2015 - 2025 Weber Informatics LLC | Privacy Policy