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
It is now valid for SELECT and HAVING to refer to ungrouped columns in the special case when the grouped columns contain the primary key of the table containing the ungrouped column. [#42694][#42694] {% comment %}doc{% endcomment %}
It is now supported to specify selection target aliases as GROUP BY columns. Note that the FROM columns take precedence over the aliases, which are only used if there is no column with that name in the current scope. [#42694][#42694] {% comment %}doc{% endcomment %}
The text was updated successfully, but these errors were encountered:
I was just casually strolling through known limitations page and saw this limitation which has been fixed by Radu recently, so I decided to drop a friendly reminder to update the page when this issue is addressed for 19.2 and 20.1 docs.
PR: cockroachdb/cockroach#42694
From release notes:
The text was updated successfully, but these errors were encountered: