Re: 'greatest' function?

From: "jws" <jsacksteder(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 'greatest' function?
Date: 2007-02-08 04:33:41
Message-ID: 1170909221.931326.313280@p10g2000cwp.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Uh, what function in that table helps him --- I don't see it.

I found GREATEST() and LEAST(), which in combination with COALESCE()
returns exactly what I needed. I missed it because I was looking for
numerical functions. Like so many other things in life, in retrospect,
it's completely obvious.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message jws 2007-02-08 04:40:09 temp tables in functions?
Previous Message Adam Rich 2007-02-08 04:15:13 Re: 'greatest' function?