Re: extracting a sample of each condition
- From: jobs <jobs@xxxxxxxxxx>
- Date: Wed, 25 Jul 2007 05:59:24 -0700
On Jul 25, 3:18 am, Akhilesh <toakkiya...@xxxxxxxxx> 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?
.
- Follow-Ups:
- Re: extracting a sample of each condition
- From: Michel Cadot
- Re: extracting a sample of each condition
- References:
- extracting a sample of each condition
- From: jobs
- Re: extracting a sample of each condition
- From: Michel Cadot
- Re: extracting a sample of each condition
- From: DA Morgan
- Re: extracting a sample of each condition
- From: Akhilesh
- extracting a sample of each condition
- Prev by Date: Re: a row-level operator for copying?
- Next by Date: Re: a row-level operator for copying?
- Previous by thread: Re: extracting a sample of each condition
- Next by thread: Re: extracting a sample of each condition
- Index(es):
Relevant Pages
|