I have two tables in my db, Actor and Movie. Both of them contain a field with ActorID, and IŽd like to put together a query that returns the ones that exist only in Actor.ActorID, and not the ones that exist in both Actor.ActorID and Movie.ActorID.
Is this something anybody could help me with?
Thanks..
/Andreas