-- DO A MERGE INTO merge INTO tabletarget target USING tablesource source ON (target.id=source.id) WHEN NOT matched THEN INSERT (name, surname) VALUES (name, surname)