Hi
I need to set a SQL expression that in sql is like that
select * from anagart where codiceart not in (select code from historycode)
in order to have a list of codart that is not included in the historycode table..
How can i do that?
When I try to specify that statment I receive an error that I cannot have multiply results
thank