You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: