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
Currently, SQL restricts GROUP BY to only one field, namely for historical reasons. As there are no technical reasons for this, the restriction should be removed.
The text was updated successfully, but these errors were encountered:
For historical reasons SQL restricts GROUP BY to only one field.
This commit removes the restriction and improves the test suite with
multi group by tests.
Closeelastic#31793
For historical reasons SQL restricts GROUP BY to only one field.
This commit removes the restriction and improves the test suite with
multi group by tests.
Close#31793
For historical reasons SQL restricts GROUP BY to only one field.
This commit removes the restriction and improves the test suite with
multi group by tests.
Close#31793
(cherry picked from commit 9ffb26a)
Currently, SQL restricts
GROUP BY
to only one field, namely for historical reasons. As there are no technical reasons for this, the restriction should be removed.The text was updated successfully, but these errors were encountered: