We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(YYYY*12+MM)%分库数
create table travelrecord ( .... ) ENGINE=InnoDB DEFAULT CHARSET=utf8 dbpartition by YYYYMM(xxx) dbpartitions 8 tbpartition by xxx(xx) tbpartitions 12;