Link to home
Create AccountLog in
Avatar of praveen1981
praveen1981Flag for India

asked on

Query on Partioning Table.

Hi

I have the  Partioning table  which contains the data of Year 2005 and 2006 , now i want to get  data of few columns from year 2005 and another few columns data from 2006 year, so how can i fire a query on the single table, whether i need to fire the two queries or is ther any way.

Please suggest.
ASKER CERTIFIED SOLUTION
Avatar of Armand G
Armand G
Flag of New Zealand image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of praveen1981

ASKER

It did not solve the Problem, as my question is as follows

I have the  Partioning table  which contains the data of Year 2005 and 2006 , now i want to get  data of few columns from year 2005 and another few columns data from 2006 year, so how can i fire a query on the single table?
whether i need to use two queries to fire at a time ?