MrDontKnowNothing
Programmer
hi folks,
how can i obtain all records, wich are in table "A" and not in table "B"?
(select * from A where A.key not in (select B.key from B))
gracias
alex
how can i obtain all records, wich are in table "A" and not in table "B"?
(select * from A where A.key not in (select B.key from B))
gracias
alex