Re: First day of month, last day of month

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: First day of month, last day of month
Дата
Msg-id 20080424131536.GC15397@a-kretschmer.de
обсуждение исходный текст
Ответ на First day of month, last day of month  ("Nacef LABIDI" <nacef.l@gmail.com>)
Ответы Re: First day of month, last day of month  ("Nacef LABIDI" <nacef.l@gmail.com>)
Список pgsql-sql
am  Thu, dem 24.04.2008, um 14:59:47 +0200 mailte Nacef LABIDI folgendes:
> Hi all,
> 
> I want to select data from a table according to a date column in my table. I
> want to select all the rows which have date in the current month. So is there a
> way to get from the actual date the first day and the last day of the month or

test=*# select date_trunc('month', current_date), date_trunc('month',
current_date)+'1month'::interval-'1day'::interval;     date_trunc       |        ?column?
 
------------------------+------------------------2008-04-01 00:00:00+02 | 2008-04-30 00:00:00+02



-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net


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

Предыдущее
От: "Bart Degryse"
Дата:
Сообщение: Re: First day of month, last day of month
Следующее
От: Frank Bax
Дата:
Сообщение: Re: First day of month, last day of month