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
The current implementation of group-by supports grouping by distinct values and equality (Two rows belong to the same group if they share the same value for the columns part of the group-by statement).
It should be possible to also group rows based on one or a combination of predicates defining one or more groups.
The current implementation of
group-by
supports grouping by distinct values and equality (Two rows belong to the same group if they share the same value for the columns part of the group-by statement).It should be possible to also group rows based on one or a combination of predicates defining one or more groups.
at no moment it should be mandatory that the predicates operate on a unique operand. This is valid …
All rows not validating any predicate will be part of an additional group automatically created.
The text was updated successfully, but these errors were encountered: