背景
hive中遇到length函数不支持bigint
解决方法,sql转为string之后计算长度文章来源:https://www.toymoban.com/news/detail-700129.html
SELECT COUNT(1)
FROM ( select msisdn FROM tb_nrmr_sample_lt_dd_total
where loc_time in
(23090201,23090202,23090203,23090204,23090205,23090206)
and length(cast(msisdn as string))=11 GROUP BY msisdn )A;
文章来源地址https://www.toymoban.com/news/detail-700129.html
到了这里,关于hive中遇到length函数不支持bigint的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!