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

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

WBOY
Release: 2016-05-31 08:48:21
Original
946 people have browsed it

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') ) ;

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template