MySQL Forums
Forum List  »  Partitioning

Re: Add new partition for Range by date
Posted by: Jonathan Stephens
Date: August 12, 2012 01:20AM

Hi Mannoj,

ALTER TABLE ... ADD PARTITION does what you want.

See https://dev.mysql.com/doc/refman/5.5/en/partitioning-management-range-list.html for info and an example.

cheers

j..

Jon Stephens
MySQL Documentation Team @ Oracle
Orlando, Florida, USA

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
5679
August 09, 2012 04:05AM
Re: Add new partition for Range by date
1803
August 12, 2012 01:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.