Re: Creating sequence for group by in a query?
- From: "Gints Plivna" <gints.plivna@xxxxxxxxx>
- Date: 29 Jun 2006 15:06:07 -0700
Well, in actuality, yes, this is what I want, but the problem is that
the "GROUP" column needs to be unique (it's a key)
Yea BTW in your example it definitely wasn't unique.
If you need unique then use row_number instead (of course it starts
from 1 every time) or read about other analytic functions in data
warehousing guide.
Gints Plivna
http://www.gplivna.eu/
.
- References:
- Creating sequence for group by in a query?
- From: Ron
- Re: Creating sequence for group by in a query?
- From: Gints Plivna
- Re: Creating sequence for group by in a query?
- From: Ron
- Creating sequence for group by in a query?
- Prev by Date: Re: Creating sequence for group by in a query?
- Next by Date: Where to get oracle patch 9.2.0.4 and 9.2.0.5
- Previous by thread: Re: Creating sequence for group by in a query?
- Next by thread: Re: Creating sequence for group by in a query?
- Index(es):