Code : Tout sélectionner
select tmp_clt1.*
from tmp_clt1 left join tmp_clt2 on tmp_clt1.ID_CLT = tmp_clt2.ID_CLT
where tmp_clt2.ID_CLT is null
Merci pour tout
Code : Tout sélectionner
select tmp_clt1.*
from tmp_clt1 left join tmp_clt2 on tmp_clt1.ID_CLT = tmp_clt2.ID_CLT
where tmp_clt2.ID_CLT is null