Hello I am doing tests to make an update on a database and I get the error “Execute Query: ERROR [HY000] [Oracle] [ODBC] [Ora] ORA-00936: an expression is missing”
It is a simple process, in which I read an excel, assign it and perform the update, but it gives me an error. any idea what can it be?
Greetings and thank you.
“UPDATE archivos2 a
SET a.empleado =@EMPLEADO
Where a.id = @ID”