I am trying to update a table using a scheduled query that uses the MERGE function to match and update rows. However, some of the rows that are in the table need to be deleted, as they have been deleted in other tables that the query references. However, because those rows no longer exist, they cannot be matched back to the existing rows in the table that is being updated. Is there someway to somehow do the opposite function of the MERGE function, as in only finding orders that are not matched to the scheduled query?
For example, this is how the table is currently being updated:

