Can we partition a table by year basis ?
Below is my requirement
1. I have table xyz that contains data of 8 years.
2. I would like to do 8 partitions of that table (xyz) by Year basis. i.e first partition should contains only first year data and second partition should contains second year data ..so on ..
3. I believe the above should be possible(may be range partitioning). But, I am not able to find the syntax for doing the that.
If it can be possible..can someone tell me the syntax for doing this.
Regards,
Pavan Gunda