内置函数


内置函数


//第一列除以第二列 取模
hive> select pmod(1,2);
//四舍五入
select round(3.1344);

hive> select pmod(sal,2) from emp;

内置函数

内置函数

内置函数

内置函数

 内置函数

内置函数

内置函数

内置函数

//创建表  人名  分数 

hive> create table sc(name string,scores Array<int>) row format delimited fields terminated by " " collection items terminated by ",";

zhangsan 98,99,69,39
lisi 68,23,87,90

hive> load data local inpath "/sc.txt" into table sc;

内置函数

内置函数

 

 

上一篇:*** stack smashing detected ***: ./server terminated


下一篇:idea创建项目报错(Maven execution terminated abnormally (exit code 1) )解决方案