Hi,
I have a table with an empty field that needs to be populated with data from a related table. In other words, if I do a join between this table and the related table, the value I need to populate the empty field with would be on the same row as the row that needs to be populated. I'm not sure how to do this, because I'm not sure how to do a join in an Insert statement.
Can anyone please help?
Thank you.
I have a table with an empty field that needs to be populated with data from a related table. In other words, if I do a join between this table and the related table, the value I need to populate the empty field with would be on the same row as the row that needs to be populated. I'm not sure how to do this, because I'm not sure how to do a join in an Insert statement.
Can anyone please help?
Thank you.