If I have 2 databases with identical table structures, can I update a record from one to the other without iterating all the fields?
I think possibly an Update query using INTO but I'm not 100% sure.
And if yes, but there's only one field to update should I specify it, or do all fields regardless?