I RECALLed the deleted records in table #1 in error. Now I want to DELETE those records and am at a loss at how to structure the DELETE.
Within table #1 there is no commonality distinguishing the valid records from the invalid records.
However, every invalid record in table #1 has a part number that does not exist in table #2 while every valid record does have a corresponding part number in table #2. So, what I need to do is to structure the DELETE to DELETE only those records in table #1 that do not have a corresponding part number in table #2.
How do I do that?
mmerlinn
Poor people do not hire employees. If you soak the rich, who are you going to work for?
"We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding. Answering questions for careless and sloppy thinkers is not rewarding." - Eric Raymond
Within table #1 there is no commonality distinguishing the valid records from the invalid records.
However, every invalid record in table #1 has a part number that does not exist in table #2 while every valid record does have a corresponding part number in table #2. So, what I need to do is to structure the DELETE to DELETE only those records in table #1 that do not have a corresponding part number in table #2.
How do I do that?
mmerlinn
Poor people do not hire employees. If you soak the rich, who are you going to work for?
"We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding. Answering questions for careless and sloppy thinkers is not rewarding." - Eric Raymond