▲ | dotancohen 15 hours ago | |
Without DISTINCT ON (which I've never used) you can use a window function via the OVER clause with PARTITION BY. I'm pretty sure that's standard SQL. | ||
▲ | ryandv 15 hours ago | parent [-] | |
Yes, this is the implementation I have seen in other dialects. |