How can you modify only specific columns in a global table?
I’m selecting four fields in an inner-join select into an internal structure that I’ve created. Then, I want to update those specific fields in one of the tables under a different primary key. Here’s some abstracted code (for simplicity):