Обсуждение: Re: Re: PostgreSQL needs percentage function

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

Re: Re: PostgreSQL needs percentage function

От
Geoff Winkless
Дата:
On 18 December 2017 at 16:13, Nick Dro <postgresql@walla.co.il> wrote:
> Can you give a good reason why absolute value has a build in function while
> percentage is not?


ABS is an ansi-standard SQL function.

Geoff