Year of the week : How to ?

Поиск
Список
Период
Сортировка
От Emmanuel Guyot
Тема Year of the week : How to ?
Дата
Msg-id akfi5c$23i1$1@news.hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "OU"
Дата:
Сообщение: Re: SELECT ... WHERE ... NOT IN (SELECT ...);
Следующее
От: "Mowat, Paul"
Дата:
Сообщение: Help needed