Re: 'greatest' function? - Mailing list pgsql-general

From jws
Subject Re: 'greatest' function?
Date
Msg-id 1170909221.931326.313280@p10g2000cwp.googlegroups.com
Whole thread Raw
In response to Re: 'greatest' function?  (Bruce Momjian <bruce@momjian.us>)
List 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.


pgsql-general by date:

Previous
From: "Jan Mura"
Date:
Subject: SQL textbook
Next
From: "jws"
Date:
Subject: temp tables in functions?