Question
Query question
I have a column named Delivery in table A. I need to move
that column to table B.
Tables A and B are joined together by an ID number. How do I update/move the contents of Delivery from table A to B ?
Tables A and B are joined together by an ID number. How do I update/move the contents of Delivery from table A to B ?