Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Welshmilla
Copy link

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