Fork me on GitHub
#honeysql
<
2022-06-15
>
markbastian19:06:01

How would I do a select distinct on in honeysql? Something like this:

SELECT DISTINCT ON (url) url, request_duration
FROM logs
ORDER BY url, timestamp DESC