Custom Aggregate Function (to use with GROUP BY)
Question:
I'm wondering if it's possible to create a custom SQL group by function.
For example, I often need to find the most common value within a group. While I can achieve this using CTEs or subqueries, having a custom group by function like the e...
databasedev.hashnode.dev2 min read