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 -> Re: group by clause ordering

Re: group by clause ordering

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 26 Apr 2007 07:31:00 -0700
Message-ID: <1177597859.8104@bubbleator.drizzle.com>


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_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Apr 26 2007 - 09:31:00 CDT

Original text of this message

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