微信扫一扫
CREATE TABLE `dept_partition`( `deptno` int, `dname` string, `loc` string) PARTITIONED BY (
相关推荐