Re: group by clause ordering



mariegriffiths wrote:
Is there any way in which
select <blar>
from <blar>
group by a,b

would not give the same results as same query with the columns in the
group by clause changed

select <blar>
from <blar>
group by b,a

Ignoring ordering.
I am thinking about null columns, duplicate rows min max, count
functions here.

<blar>?

Write real SQL and perhaps we can help you.
--
Daniel A. Morgan
University of Washington
damorgan@xxxxxxxxxxxxxxxx
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
.



Relevant Pages

  • Re: group by clause ordering
    ... On 26.04.2007 16:31, DA Morgan wrote: ... select <blar> ... would not give the same results as same query with the columns in the ... It's so warm over here that my brain probably starts frying... ...
    (comp.databases.oracle.misc)
  • group by clause ordering
    ... select <blar> ... would not give the same results as same query with the columns in the ... Ignoring ordering. ... I am thinking about null columns, duplicate rows min max, count ...
    (comp.databases.oracle.misc)