select * from @a a where not exists(select 1 from @b where a=a.a and b=a.b and c=a.c)