Re: Function in psql to Compare two numbers and return the bigger value

Поиск
Список
Период
Сортировка
От Bricklen Anderson
Тема Re: Function in psql to Compare two numbers and return the bigger value
Дата
Msg-id 45D207FA.7050803@presinet.com
обсуждение исходный текст
Ответ на Function in psql to Compare two numbers and return the bigger value  (Emi Lu <emilu@encs.concordia.ca>)
Ответы Re: Function in psql to Compare two numbers and return the bigger value  (Emi Lu <emilu@encs.concordia.ca>)
Список pgsql-general
Emi Lu wrote:
> HEllo,
>
> I am looking for a psql method to get the bigger value of two numbers.
>
> For example,
>
> methodName(12.6, 3.8)
>
select greatest(12.6,3.8);

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

Предыдущее
От: Laura McCord
Дата:
Сообщение: Re: Having a problem with my stored procedure
Следующее
От: Emi Lu
Дата:
Сообщение: Re: Function in psql to Compare two numbers and return the bigger value