SELECT *
from A, B
NOT EXISTS
(
SELECT * FROM A, B WHERE A.x = B.x
)

non ne sono sicuro ma potrebe andare

facci sapere