Re: query question

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Michael Hanna <zen(at)hwcn(dot)org>, pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: query question
Date: 2003-07-03 16:31:23
Message-ID: 200307030931.23692.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Lynna Landstreet 2003-07-03 20:57:55 One more keywords problem (hopefully the last)
Previous Message Manuel Sugawara 2003-07-03 16:01:17 Re: query question