I am a novice at this and I am trying to update the contents of one table with those of another. This is a multiple record update.
I am using a query similar to this:
update Articles;
set Articles.Path = (select Oldart.Path from Oldart where Oldart.id = Articles.id);
where exists (select...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.