摘要:
-- 方式一 -- 使用判断获取top3的最小值 select case when countNum = 1 then (select order_amount from test.test04 group by order_amount order by order_amount desc lim 阅读全文
摘要:
注意: 从Sqoop导入MySQL导入TINYINT(1)类型数据到hive(tinyint),数据为null的问题 参考链接:https://blog.csdn.net/qq_43688472/article/details/117998545 阅读全文