Re: query question

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: query question
Дата
Msg-id 200307030931.23692.josh@agliodbs.com
обсуждение исходный текст
Ответ на query question  (Michael Hanna <zen@hwcn.org>)
Список pgsql-novice
Michael,

> Often there are multiple entries per day. I want to display the day
> once, with all the entries on that day.

Look in the docs under "Functions and Operators".  There is a function
specifically to truncate dates.   If you write a wrapper function around it,
you can even make it indexable ...

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Manuel Sugawara
Дата:
Сообщение: Re: query question
Следующее
От: Michael Hanna
Дата:
Сообщение: query question