Home  >  Article  >  Database  >  mysql 逻辑分区(字符串暂未支持)_MySQL

mysql 逻辑分区(字符串暂未支持)_MySQL

WBOY
WBOYOriginal
2016-05-31 08:48:21908browse

ALTER TABLE `aa_actor` PARTITION BY LIST(partition_id) (PARTITION `p0` VALUES IN ('a') , PARTITION `p1` VALUES IN ('s') , PARTITION `p2` VALUES IN ('d') , PARTITION `p3` VALUES IN ('f') , PARTITION `p4` VALUES IN ('0') , PARTITION `p5` VALUES IN ('6')  , PARTITION `p6` VALUES IN ('g') , PARTITION `p7` VALUES IN ('x') , PARTITION `p8` VALUES IN ('v') , PARTITION `p9` VALUES IN ('b') ) ;

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn