--On July 7, 2006 3:22:01 PM -0700 Richard Broersma Jr
<rabroersma(at)yahoo(dot)com> wrote:
> Notice: http://www.postgresql.org/docs/8.1/interactive/sql-select.html
>
> According to the syntax for a select a distinct | distinct on must be the
> first column specified in the syntax.
>
> So perhaps it is designed that way.
Ahhh I see, I keep thinking of DISTINCT as a Aggregator function. That's
my mistake.
Thanks all!