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
Allow to use () as the GROUP BY nothing for PostgreSQL
Currently, PostgreSQL supports using `()` as one of the group by elements which
represent the meaning of nothing. Please refer to GROUP BY Clause
section in [PostgreSQL](https://www.postgresql.org/docs/16/sql-select.html).
This PR will close#1092.
0 commit comments