Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to use Partition in Query
On Mon, 10 Apr 2006 12:52:34 -0700, Lucky wrote:
> Hi All,
>
> I have a table which has more than 10 partitions.Now I want to query
> the table but don't want a full table scan.I want to fetch results from
> 2 partiitions (suppose partition A and B).How can I do that.Can I use
> multiple partition name in my query.
>
> All the reply will be highly appreciated.
>
> Thanks in Advance.
How is the table partitioned? Hash? List? Ordered by a column? Ways of partitioning many are, young padawan.
-- http://www.mgogala.comReceived on Mon Apr 10 2006 - 23:51:38 CDT