minimum and maximum functions

Поиск
Список
Период
Сортировка
От josep porres
Тема minimum and maximum functions
Дата
Msg-id d2d532610804010350y2e7c1835ve33349f15eae7de1@mail.gmail.com
обсуждение исходный текст
Ответы Re: minimum and maximum functions
Список pgsql-general
I cannot find predefined functions to find minimum and maximum of at least two values.
Aren't there any?

select min(3,6)
3

select max(3,6)
6



Josep Porres

В списке pgsql-general по дате отправления:

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: HOWTO caching data across function calls: temporary tables, cursor?
Следующее
От: "josep porres"
Дата:
Сообщение: Re: minimum and maximum functions