Hello is it possibile to achieve something like that in NAV Query Object:
?
Any hint?
select * from table e where id NOT IN (select id from anothertable where id = e.id )
?
Any hint?