mht_brerp10
.adempiere
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
daysbetween(timestamp with time zone, timestamp with time zone)
Parameters
Search:
Name
Type
Mode
p_date1
timestamp with time zone
IN
p_date2
timestamp with time zone
IN
Showing 1 to 2 of 2 entries
Definition
BEGIN RETURN CAST(p_date1 AS DATE) - CAST(p_date2 as DATE); END;
1
BEGIN
2
RETURN CAST(p_date1
AS
DATE
) - CAST(p_date2
as
DATE
);
3
END;