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

Add date capabilitys to #GROUPBY #2703

Open
ivakegg opened this issue Jan 21, 2025 · 0 comments · May be fixed by #2731
Open

Add date capabilitys to #GROUPBY #2703

ivakegg opened this issue Jan 21, 2025 · 0 comments · May be fixed by #2731
Assignees

Comments

@ivakegg
Copy link
Collaborator

ivakegg commented Jan 21, 2025

The #UNIQUE function has the ability to subselect part of a date based on the following:

MONTH, DAY, HOUR, TENTH_OF_HOUR, MINUTE, SECOND, MILLISECOND.

Please add these to the GROUPBY function.

@lbschanno lbschanno self-assigned this Jan 21, 2025
lbschanno added a commit that referenced this issue Feb 5, 2025
Add the ability to subselect part of a date in the #GROUPBY function.
These can now be specified similar to the #UNIQUE function, and support
the granularities MILLISECOND, SECOND, TENTH_OF_HOUR, HOUR, DAY, MONTH,
and YEAR. In addition, the following functions have been added:

GROUPBY_MILLISECOND()
GROUPBY_SECOND()
GROUPBY_TENTH_OF_HOUR()
GROUPBY_HOUR()
GROUPBY_DAY()
GROUPBY_MONTH()
GROUPBY_YEAR()

Closes #2703
@lbschanno lbschanno linked a pull request Feb 5, 2025 that will close this issue
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 a pull request may close this issue.

2 participants