hi,
iam using merge to insert and update 2 tables.
but now , i have 1 staging table for example stage_emp,
which has data,now i need to see if this data match into 1 table into production example prod_emp
if no then i need to insert only those that are not match into table stage_emp final,
how to do it