delete from tab1
where ( table_col1, table_col2, table_col2)
in ( select table_col1, table_col2, table_col2
from tab1
where cond
);
quelle est la requete equiv en T-SQL?