Re: current_date / datetime stuff

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: current_date / datetime stuff
Дата
Msg-id 20070604152736.GS32320@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на current_date / datetime stuff  (Joshua <joshua@joshuaneil.com>)
Ответы Re: current_date / datetime stuff  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-sql
On Mon, Jun 04, 2007 at 10:04:37AM -0500, Joshua wrote:
> that will return the date of the first Monday of the month?

I guess you need to write a function to do this.  I suppose you could
do it by finding out what day of the week it is and what the date is,
then counting backwards to the earliest possible Monday.

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
When my information changes, I alter my conclusions.  What do you do sir?    --attr. John Maynard Keynes


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

Предыдущее
От: Joshua
Дата:
Сообщение: current_date / datetime stuff
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: current_date / datetime stuff