Re: CASE

From: "Rudi Starcevic" <rudi(at)oasis(dot)net(dot)au>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: CASE
Date: 2003-04-08 11:20:44
Message-ID: 20030408112044.M7251@oasis.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Victor,

Thanks again,

I'll try first thing in the morning as I'm at home now.
Now I can sleep well knowing a solution is at hand :-)

I'm very pleased as that was a small part of what I think is
an advanced query and look forward to seeing it work.

I'll send a reply first thing tomorrow when I get to work.
Cheers
Rudi.

> * Rudi Starcevic <rudi(at)oasis(dot)net(dot)au> [08.04.2003 14:06]:
> > When casting inside a COALESCE function should it be something like:
> >
> > WHEN COALESCE( MAX(e.edate),'2003-01-01'::date ) >= now()::date THEN 'events'
>
> Yes.
> Please, try it and report if it works.
>
> --
>
> Victor Yegorov

In response to

  • Re: CASE at 2003-04-08 11:09:58 from Victor Yegorov

Browse pgsql-sql by date

  From Date Subject
Next Message Ramesh PAtel 2003-04-08 11:22:09 Problem about Triggers and Function
Previous Message Victor Yegorov 2003-04-08 11:09:58 Re: CASE