Re: getting weekly total based on daily... - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: getting weekly total based on daily...
Date
Msg-id 20030127033142.GA23375@wolff.to
Whole thread Raw
In response to getting weekly total based on daily...  (jerome <jerome@gmanmi.tv>)
Responses Re: getting weekly total based on daily...
List pgsql-general
On Mon, Jan 27, 2003 at 16:52:50 +0800,
  jerome <jerome@gmanmi.tv> wrote:
> i was wondering is there a built-in funtion that gets the weeknumber based on
> date..

area=> select extract(week from current_date);
 date_part
-----------
         4
(1 row)

This is the ISO week of the year. Week 1 is the week containing the first
Thursday of the year. Weeks go from Monday to Sunday.

pgsql-general by date:

Previous
From: Robert Boone
Date:
Subject: idea for a backup system...
Next
From: Lincoln Yeoh
Date:
Subject: Re: I was spoiled by the MySQL timestamp field