If you want to see the rows deleted, you can copy dataset.target
into dataset.target2
, then execute your MERGE
on dataset.target
, then see the difference between dataset.target2
and dataset.target
:
SELECT * FROM dataset.target2
EXCEPT
SELECT * FROM dataset.target
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…