Month/year between two dates - Mailing list pgsql-sql

From Bor
Subject Month/year between two dates
Date
Msg-id 24917400.post@talk.nabble.com
Whole thread Raw
Responses Re: Month/year between two dates  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-sql
Hi to all,

I have a very simple question. Let's say that I have three records (id, date
from, date to):

1     2009-01-01     2009-08-31
2     2009-08-01     2009-08-10
3     2009-08-11     2009-08-31

Now I want to get records, "related" to a single month/year data (two
integers). For 2009/08 (int1 = 2009, int2 = 8) I should get all three
records, for 2009/05 only record 1, but for 2009/11 none of the records.

Is there any simple way to do this? A query would do :).

Thanks alot.
-- 
View this message in context: http://www.nabble.com/Month-year-between-two-dates-tp24917400p24917400.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.



pgsql-sql by date:

Previous
From: Jan Verheyden
Date:
Subject: mail alert
Next
From: Steve Crawford
Date:
Subject: Re: Month/year between two dates