|
|
| Author |
Message |
mailsaurabh.tripathi
New User
Joined: 22 May 2008 Posts: 20 Location: hyderabad
|
|
|
|
Is it possible to select from a partition range?
ie.
something like
select * from table partition range (partition1,partition3); |
|
| Back to top |
|
 |
References
|
Posted: Mon Jul 07, 2008 4:33 pm Post subject: Re: Is it possible to select from a partition range |
 |
|
|
 |
ksk
Active User
Joined: 08 Jun 2006 Posts: 274 Location: Pune, India
|
|
|
|
| No, you can retreive the partition range using IBM table SYSIBM.SYSTABLEPART |
|
| Back to top |
|
 |
ashimer
Senior Member
Joined: 13 Feb 2004 Posts: 348 Location: Bangalore
|
|
|
|
saurabh,
If you can use your query predicates judiciously to eliminate the unwanted partitions then you can get the data from the required partitions ... |
|
| Back to top |
|
 |
|
|