Re: Select data for current week only

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: Select data for current week only
Дата
Msg-id 20090827191051.GB5407@samason.me.uk
обсуждение исходный текст
Ответ на Select data for current week only  (BlackMage <dsd7872@uncw.edu>)
Список pgsql-general
On Thu, Aug 27, 2009 at 11:09:36AM -0700, BlackMage wrote:
> The field I am using for sorting is a Date type with the format yyyy-mm-dd
> hh:mm:ss .

Values that look like that are normally stored in timestamp columns, not
date column.  You wouldn't get the time part if it was just a date.

--
  Sam  http://samason.me.uk/

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

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: Select data for current week only
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Select data for current week only