Question- I have a table that generates a bunch of rows where the final column contains values that may be the same as multiple rows. I then want to write the value to another target table, but only if that target table doesn't already have that value and since the rows are generated in parallel the "lookup single row" doesn't really work... any tips?