|
Lo podrias hacer con LEFT JOIN select .... from mitabla as a left outer join #temporal as b on (a.id = b.id) where b.id is null Saludos, Diego.- Carlos S. Villalba wrote:
--
|
- [dbms] T-SQL Carlos S. Villalba
- [dbms] T-SQL Diego Campos
|
Lo podrias hacer con LEFT JOIN select .... from mitabla as a left outer join #temporal as b on (a.id = b.id) where b.id is null Saludos, Diego.- Carlos S. Villalba wrote:
--
|