摘要: 创建分区表 create table dept_partition( deptno int, dname string, loc string ) partitioned by (month string) row format delimited fields terminated by '\t' 阅读全文
posted @ 2021-04-30 10:23 魏宝航 阅读(558) 评论(0) 推荐(0) 编辑