C
Carol
Guest
My question is quite simple, I want to do an Update using a table join, and I can't seem to get the Enterprise Manager to allow me to add a second table... What I want to do is the folowing:
UPDATE A, B
SET A.SITID = B.SITID
WHERE A.EN=B.EN;
In Access, this query works fine. I cannot seem to get the Enterprose Manager to allow me to add a second table.
Could someone tell me the syntax, please?
Thanks!
UPDATE A, B
SET A.SITID = B.SITID
WHERE A.EN=B.EN;
In Access, this query works fine. I cannot seem to get the Enterprose Manager to allow me to add a second table.
Could someone tell me the syntax, please?
Thanks!