Hello,
I have a database with two tables (Table1 and Table2) that are in a many to many relationship. They are linked by a link table that stores the keys from each table. I need to run a query that updates a field in each record in Table1 where there is exactly 1 linked record in Table2. Any ideas how to write an update query to accomplish this?
Thanks,
Josh
I have a database with two tables (Table1 and Table2) that are in a many to many relationship. They are linked by a link table that stores the keys from each table. I need to run a query that updates a field in each record in Table1 where there is exactly 1 linked record in Table2. Any ideas how to write an update query to accomplish this?
Thanks,
Josh
Comment