Year of the week : How to ? - Mailing list pgsql-sql

From Emmanuel Guyot
Subject Year of the week : How to ?
Date
Msg-id akfi5c$23i1$1@news.hub.org
Whole thread Raw
List pgsql-sql
How to retrieve the year based on week of a date ?

If I use datepart('year', aDate), I get the year of the date.
If I use datepart('week', aDate), I get the week of the date.
But these aren't corelated. So when aDate is Dec 31st 2001, I get 2001, and
the week is 1. I'd like to have 2002 for the year in this case.

Is there a simple way to do this ?

Emmanuel Guyot
8 Rue des Mont�es
45100 Orl�ans
Web site : http://www.increg.com




pgsql-sql by date:

Previous
From: "OU"
Date:
Subject: Re: SELECT ... WHERE ... NOT IN (SELECT ...);
Next
From: "Mowat, Paul"
Date:
Subject: Help needed