-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sql support for DISTINCT ON
#7827
Comments
I'd like to take a shot at this if there're no other takers. For reference, here's a formal description of this clause from the Postgres docs: From what I see, the most promising options to implement this are:
UPDATE: I realized that the |
Is your feature request related to a problem or challenge?
It'd be nice to be able to use
DISTINCT ON
expressionsDescribe the solution you'd like
sql support for
DISTINCT ON
Describe alternatives you've considered
No response
Additional context
https://www.geeksforgeeks.org/postgresql-distinct-on-expression/
The text was updated successfully, but these errors were encountered: