You'd need to add this as a Where statement
Where DiscoveredNodes.NodeID NOT IN (Select Nodes.NodeID from Nodes)
This should only show those nodes that are not in there.
You'd need to add this as a Where statement
Where DiscoveredNodes.NodeID NOT IN (Select Nodes.NodeID from Nodes)
This should only show those nodes that are not in there.