Okay, first I apologize for the confusing subject line, but I don't know how to better describe my problem, which hopefully is a simple one.
I have two tables, BADCLASS and TERMINATED. BADCLASS shows a list of policies that have a problem. TERMINATED shows a list of policies that have been terminated. Because I don't care about policies with a problem but are terminated, I want to exclude every policy that appears in the TERMINATED table or, put another way, I want to include all the policies in BADCLASS that do not appear in TERMINATED.
Any suggestions? TIA!
I have two tables, BADCLASS and TERMINATED. BADCLASS shows a list of policies that have a problem. TERMINATED shows a list of policies that have been terminated. Because I don't care about policies with a problem but are terminated, I want to exclude every policy that appears in the TERMINATED table or, put another way, I want to include all the policies in BADCLASS that do not appear in TERMINATED.
Any suggestions? TIA!