kysely icon indicating copy to clipboard operation
kysely copied to clipboard

Add `order by` support in aggregate functions argument scope.

Open igalklebanov opened this issue 2 years ago • 1 comments

Hey 👋

Following #779, we might want to allow chaining .orderBy where .distinct is invocable in eb.fn.agg.

Example aggregate functions where order by can be used inside the argument scope:

igalklebanov avatar Nov 24 '23 18:11 igalklebanov

Hi @igalklebanov, Had just the need for that feature. Any idea if this will be merged soon?

trompx avatar May 28 '24 13:05 trompx