dragonchild has asked for the wisdom of the Perl Monks concerning the following question:
I want to add auto-groupby magic to queries that have a function in the SELECT or ORDER BY clauses that would require a group by. It pisses me off that I have to enumerate all my columns when DBIC has all the necessary information. Well, I think it does.
So, I'm looking for an example of where the ordering of the groupby can cause a different resultset to be returned. Assume that ordering is irrelevant.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (somewhat OT) Seeking a SQL counter-example
by extremely (Priest) on Feb 28, 2007 at 21:26 UTC | |
by dragonchild (Archbishop) on Feb 28, 2007 at 21:40 UTC | |
Re: (somewhat OT) Seeking a SQL counter-example
by terce (Friar) on Feb 28, 2007 at 23:13 UTC |