select * from aaaaa
where
substr(time_id,1,11)>=substr(${hiveconf:date-},1,11)
substr(time_id,1,11)>=substr(${hiveconf:date},1,11)
${hiveconf:date-}要比下面的${hiveconf:date}时间少一个小时,${hiveconf:date-}:的时间一般是这样的
${hiveconf:date-} = ‘201704262111’
上面这段SQL是查询一个小时指内的数据,而这个‘’201704262015‘’其实是一个脚本,里面的数值是随意变化的,我想要查询半个小时内的数据应该怎样写?
请求大神们来解答!!!
是王小二呀
相关分类