I am migrating PL/SQL code to HANA procedure. I have a update query with WHERE CURRENT OF c_temp(c_temp is a cursor). When I am running it in HANA, it's trowing the below error.
sql syntax error: incorrect syntax near "OF": line 261 col 22 (at pos 8940).