Skip to content

Functions for INTERVAL DAY TO SECOND and INTERVAL YEAR TO MONTH types#30

Open
Welshmilla wants to merge 3 commits into
mortenbra:masterfrom
Welshmilla:master
Open

Functions for INTERVAL DAY TO SECOND and INTERVAL YEAR TO MONTH types#30
Welshmilla wants to merge 3 commits into
mortenbra:masterfrom
Welshmilla:master

Conversation

@Welshmilla
Copy link
Copy Markdown

I've added some functions for the INTERVAL DAY TO SECOND and INTERVAL YEAR TO MONTH types.

interval_agg.pks
interval_agg.pkb

Defines types used by the new aggregate functions.

interval_agg.sql

Aggregate functions (sum, avg) for the INTERVAL DAY TO SECOND and INTERVAL YEAR TO MONTH types. I was unable to include these in the package as there seems to be a bug within Oracle preventing this.

interval_util_pkg.pks
interval_util_pkg.pkb

A package for INTERVAL DAY TO SECOND and INTERVAL YEAR TO MONTH types.
It currently contains two functions, DSINTERVALTONUM and YMINTERVALTONUM, which are the reverse of the built-in NUMTODSINTERVAL and NUMTOYMINTERVAL functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant