Hi all,
I need to convert a SQL functionality that is in oracle now to hive Existing pl/sql sudo code: /* using cursor, column1 value is updated based on various if condition checks */ Open cursor<> If (<condition>) Update table column1 with value 1 Else if (<conditon>) Update table column1 with value 2 Some value= somefunction() If(somevalue) Update table column1 with value 3 Close cursor<> How do I implement this in hive? Can anyone help me with this? Thanks, Elango Thanks, Elango