Here are a update statement that work just fine with Oracle:
UPDATE a
SET z = (select z from a where length(z) = 7)
WHERE z = "-"
In acces I get (translation from french) "The operation must use a request being able to be updated. (Error 3073)"
Help please...
UPDATE a
SET z = (select z from a where length(z) = 7)
WHERE z = "-"
In acces I get (translation from french) "The operation must use a request being able to be updated. (Error 3073)"
Help please...