Re: group by clause ordering
- From: DA Morgan <damorgan@xxxxxxxxx>
- Date: Thu, 26 Apr 2007 07:31:00 -0700
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
.
- Follow-Ups:
- Re: group by clause ordering
- From: Thorsten Kettner
- Re: group by clause ordering
- From: Robert Klemme
- Re: group by clause ordering
- References:
- group by clause ordering
- From: mariegriffiths
- group by clause ordering
- Prev by Date: group by clause ordering
- Next by Date: Re: ORA-12514 - afer installing Patch
- Previous by thread: group by clause ordering
- Next by thread: Re: group by clause ordering
- Index(es):
Relevant Pages
|