create table ...(); partition by hash(字段) partitions 区数;
如果不写区数,会放到一个区里
partition by linear key(字段...) partitions 区数;