12 2021 档案

摘要:select orderNumber, sum(priceEach * quantityOrdered) as totalvalues from orderdetails where sum(priceEach * quantityOrdered) > 60000; 报错原因: 是由于在where语 阅读全文
posted @ 2021-12-30 15:25 fanghui778 阅读(2304) 评论(0) 推荐(0)
摘要:步骤: 一.xshell上连上hive 的客户端: 1.xshell连接上服务器,需要知道主机的地址、端口号、用户名、密码 2.连接hive客户端:sh client_0.sh 3.输入hive 连接hive或者spark_beeline 二、分区插入两条数据 insert into 表名 part 阅读全文
posted @ 2021-12-14 13:36 fanghui778 阅读(2295) 评论(0) 推荐(0)