Re: minimum and maximum functions - Mailing list pgsql-general

From josep porres
Subject Re: minimum and maximum functions
Date
Msg-id d2d532610804010354n3d3d0785xe93fc14a079c4262@mail.gmail.com
Whole thread Raw
In response to minimum and maximum functions  ("josep porres" <jmporres@gmail.com>)
List pgsql-general
aaaahh ok

greatest()/least()

2008/4/1, josep porres <jmporres@gmail.com>:
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 by date:

Previous
From: "josep porres"
Date:
Subject: minimum and maximum functions
Next
From: "x asasaxax"
Date:
Subject: Re: Primary Key with serial the solution?