gpt4 book ai didi

hive - 在 hive 查询中使用不等号

转载 作者:行者123 更新时间:2023-12-01 00:42:27 26 4
gpt4 key购买 nike

我需要在带有分区的配置单元查询中使用 '!=' 符号。
我试过类似的东西

from sample_table
insert overwrite table sample1
partition (src='a')
select * where act=10
insert overwrite table sample1
partition (src!='a')
select * where act=20

但它在 '!=' 符号处显示错误。我怎样才能替换!=

最佳答案

尝试使用 rlike/regex hive 中的函数来指定条件。

我认为您也可以使用 not 运算符 <>不是 !=

关于hive - 在 hive 查询中使用不等号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14955125/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com