Re: minimum function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gunther Mayer <gunther(dot)mayer(at)googlemail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: minimum function
Date: 2007-06-23 16:53:41
Message-ID: 15489.1182617621@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gunther Mayer <gunther(dot)mayer(at)googlemail(dot)com> writes:
> SELECT minimum(5,6) => 5

You're looking for the least/greatest functions (in 8.1 and up IIRC).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2007-06-23 18:06:46 Re: Proposed Feature
Previous Message Martijn van Oosterhout 2007-06-23 16:49:19 Re: minimum function