Обсуждение: Additional arguments to aggregate functions

Поиск
Список
Период
Сортировка

Additional arguments to aggregate functions

От
Artacus
Дата:
Is there a way to send additional arguments when defining a custom
aggregate?

I wrote a mysql style group_concat aggregate. You get DISTINCT "for
free." I want to be able to define if it is sorted and what the
separator is.

Art