SELECT t1.*
FROM table1 t1
LEFT JOIN table2 t2
ON t1.id = t2.id AND t1.type = t2.type
WHERE t2.id IS NULL AND t2.type IS NULL
John Rowan
======================================================
======================================================
Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden