From: | Stephen Quinney <stephen(dot)quinney(at)computing-services(dot)oxford(dot)ac(dot)uk> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Timestamp manipulation |
Date: | 2004-03-31 10:41:27 |
Message-ID: | 20040331104126.GB11932@computing-services.oxford.ac.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
I am having a bit of difficulty trying to find a solution to this
problem of manipulating timestamps and dates so I hope someone can
enlighten me.
I have a table which contains a column of type timestamp. For each row
I want to find out the dates for the beginning and end of the week
within which the timestamp lies.
e.g. 2004-04-09 16:00:00+01
The beginning of the week (sunday) is:
2004-04-4
and the end of the week (saturday) is:
2004-04-10
Any suggestions as to how to go about this would be great, thanks in
advance.
Stephen Quinney
From | Date | Subject | |
---|---|---|---|
Next Message | Ivan Sergio Borgonovo | 2004-03-31 11:07:56 | Re: plpgsql vs. SQL in stored procedures |
Previous Message | Christopher Browne | 2004-03-31 08:31:01 | Re: plpgsql vs. SQL in stored procedures |