Re: generated dates from record dates - suggestions - Mailing list pgsql-sql

From Gary Stainburn
Subject Re: generated dates from record dates - suggestions
Date
Msg-id 201208211315.58332.gary.stainburn@ringways.co.uk
Whole thread Raw
In response to Re: generated dates from record dates - suggestions  (Jasen Betts <jasen@xnet.co.nz>)
List pgsql-sql
On Tuesday 21 August 2012 12:14:53 Jasen Betts wrote:
> > What's the best way to do this?
>
> CASE looks good.
>
> > I know it's a quite open question but I'm interested to hear different
> > responses
>
> "date_b" on line three, is that a typo? if not how am i to interpret
> it?

The table contains date_1, date_2 and date_3. The resulting view needs to 
contain date_1, date_2, date_3, date_a and date_b where date_a and date_b are 
calculated based on the first three (plus a text field).



-- 
Gary Stainburn
Group I.T. Manager
Ringways Garages
http://www.ringways.co.uk 



pgsql-sql by date:

Previous
From: Jasen Betts
Date:
Subject: Re: generated dates from record dates - suggestions
Next
From: Gary Stainburn
Date:
Subject: Re: generated dates from record dates - suggestions