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

Поиск
Список
Период
Сортировка
От Emi Lu
Тема Function in psql to Compare two numbers and return the bigger value
Дата
Msg-id 45D20536.9040507@encs.concordia.ca
обсуждение исходный текст
Ответы Re: Function in psql to Compare two numbers and return the bigger value  ("Adam Rich" <adam.r@sbcglobal.net>)
Re: Function in psql to Compare two numbers and return the bigger value  (Bricklen Anderson <banderson@presinet.com>)
Список pgsql-general
HEllo,

I am looking for a psql method to get the bigger value of two numbers.

For example,

methodName(12.6, 3.8)

Will return 12.6

Thanks!

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

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