Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: extracting a sample of each condition
On Jul 25, 3:18 am, Akhilesh <toakkiya..._at_gmail.com> wrote:
> try out this query:
>
> select plan, type1, type2, type3 from table
> where <<conditions>>
> group by plan, type1, type2, type3
>
> might help you out
How would that give me the the first Name and Amount for each group? Received on Wed Jul 25 2007 - 07:59:24 CDT
![]() |
![]() |