For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi All,
I'm trying to create table partition for a particular table A, based on column B, which have date in the format YYYYMMDD.
Can anyone suggest me how to create range interval partition.
It is very easy to partition by range. See https://dev.mysql.com/doc/refman/5.7/en/partitioning-range.html for details.
Thanks Dave.. It worked