Hi , is there a way to ignore the data that is already in the table? like an update , i have for example 1 2 3 4 in a table in the DB and i want to execute the tranformation again but now the table input gets 1 2 3 4 5 6, is there a way to only get the 5 6? but not with the query but with a step?
↧