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: extracting a sample of each condition

Re: extracting a sample of each condition

From: Akhilesh <toakkiyadav_at_gmail.com>
Date: Wed, 25 Jul 2007 00:18:47 -0700
Message-ID: <1185347927.901094.171650@19g2000hsx.googlegroups.com>


try out this query:

select plan, type1, type2, type3 from table where <<conditions>>
group by plan, type1, type2, type3

might help you out Received on Wed Jul 25 2007 - 02:18:47 CDT

Original text of this message

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