Using not equal symbol in hive query -



Using not equal symbol in hive query -

i need utilize '!=' symbol in hive query partitions. tried like

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

but showing error @ '!=' symbol. how can replace !=

try utilize rlike/regex function in hive specify condition.

i think can utilize not operator <> not !=

hive

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -