>I want a list of table1.id not included in Table2 but i don't find the >solution!
SELECT * FROM table1 LEFT JOIN table2 USING (id) WHERE table2.id IS NULL PB
>I want a list of table1.id not included in Table2 but i don't find the >solution!
SELECT * FROM table1 LEFT JOIN table2 USING (id) WHERE table2.id IS NULL PB