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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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