I am trying to update a column from table1 based off of data from two other tables.
Table 1
has columnsid, columnIWantToUpdate, table2FK, table3FK
Table 2
has columnstable2FK, table2_unique_id
Table 3
has columnstable3FK, table3_unique_id
So I get table2_unique_id
and table3_unique_id
as inputs and I want to use the columns table2FK and table3FK to update table 1 based off of the unique_ids I received as input