在hive环境下修改以下语句 select from dim_yx_ysh_0831_01 where moddevice_number100=1;
在Hive环境下修改该语句为:
SELECT *
FROM dim_yx_ysh_0831_01
WHERE device_number % 100 = 1;
原文地址: http://www.cveoy.top/t/topic/iTZj 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
在Hive环境下修改该语句为:
SELECT *
FROM dim_yx_ysh_0831_01
WHERE device_number % 100 = 1;
原文地址: http://www.cveoy.top/t/topic/iTZj 著作权归作者所有。请勿转载和采集!