This is not valid SQL. The structure is
UPDATE T SET T.a=expr1, T.b=expr2,… WHERE ….
The WHERE clause can be arbitrary.
expr1, expr2 have to be literals or expressions involving only columns of T.
↧
Reply To: Hive 0.14 Update query with Join
↧