Hi
If I have 2 tables
Table one has:
-ProjectID
-BuildID
-ScriptID
-Script details
Table two has:
-ProjectID
-BuildID
-ScriptID
-Result
ProjectID,BuildID and ScriptID are the primary keys for these table. If I want to find out the scripts that not exists in table two what kind of where statement I need to use? I have tried using 3 where statement to compare the 3 primary id but the result is always wrong.
If I have 2 tables
Table one has:
-ProjectID
-BuildID
-ScriptID
-Script details
Table two has:
-ProjectID
-BuildID
-ScriptID
-Result
ProjectID,BuildID and ScriptID are the primary keys for these table. If I want to find out the scripts that not exists in table two what kind of where statement I need to use? I have tried using 3 where statement to compare the 3 primary id but the result is always wrong.