1.array文本批量导入和数据插入
1.1数据准备
1,zhangsan,唱歌-跳舞-游泳
2,lishi,打游戏-唱歌-篮球
1.2表的创建
create table t_arr(id int,name string,hobby array<string>)
row format delimited
fields terminated by ',' --字段以逗号终止
collection items terminated by '-'; --字符串符号分割
1.3数据导入
load data local inpath '/root/txt/array.txt' into table t_arr;
1.4数据插入
insert into table t_arr select 3,'xm',array('