I have two tables
Table : 1, Name : NdcAwp, Columns-Ndc, AwpUnitCost
Table : 2, Name : InvalidNdcs, Column-Ndc
Now, I want to delete those records from Table : 1 whose AwpUnitCost is <= 0, AwpUnitCost IS NULL and it doesn’t have the same Ndc from Table : 2.
I believe this is what you want: