Re: Timestamp problems...wrong weeks.

Поиск
Список
Период
Сортировка
От Campano, Troy
Тема Re: Timestamp problems...wrong weeks.
Дата
Msg-id 82C3FD729CFA504CA44E7D32BDED411F099C87DB@lm-exmsg-07.lm.lmig.com
обсуждение исходный текст
Ответ на Timestamp problems...wrong weeks.  ("Campano, Troy" <Troy.Campano@LibertyMutual.com>)
Ответы Re: Timestamp problems...wrong weeks.  (DeJuan Jackson <djackson@speedfc.com>)
Список pgsql-general
Is there any way with SQL to get what I'm trying to get?
Where (in this month, April):
April 1 - 3 (Week 1)
April 4 - 10 (Week 2)
April 11 - 17 (Week 3)
April 18 - 24 (Week 4)
April 25 - 30 (Week 5)

Thank you!

~ Troy Campano ~



-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Andrew Sullivan
Sent: Thursday, April 29, 2004 3:42 PM
To: Pgsql-General
Subject: Re: [GENERAL] Timestamp problems...wrong weeks.

On Thu, Apr 29, 2004 at 02:42:49PM -0400, Campano, Troy wrote:
>
> This is causing my reports to print out incorrect data.
> Do you know why this would happen? Am I doing something wrong?

I think you may be misunderstanding what "W" means:

week of month (1-5) (The first week starts on the first day of the
month.)

In April 2004, 1 April is Thurs, so

1-7 -> W1
8-14 -> W2
15-21 -> W3
22-28 -> W4
29-30 -> W5 == W1 of May

This is also why 8 May is in week 2 of May, but 7 May is on week 1.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Syntax error at or near "$1"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: trying to restore after a server failure...need some help