Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> group by clause ordering

group by clause ordering

From: mariegriffiths <google_at_mariegriffiths.co.uk>
Date: 26 Apr 2007 06:03:29 -0700
Message-ID: <1177592609.632224.312950@t38g2000prd.googlegroups.com>


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. Received on Thu Apr 26 2007 - 08:03:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US