We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
仅支持DATE/DATETIME
月份(1-12)%分表数
tbpartitions不超过12
create table travelrecord ( .... ) ENGINE=InnoDB DEFAULT CHARSET=utf8 dbpartition by xxx(xxx) dbpartition 12 tbpartition by MM(xxx) tbpartitions 12;