I need to pull check_numbers out of a table that have a fl_flag = '1' but to exclude them if there is a row in the same table with the same check_number but the fl_flag = '0'.
How would I go about doing this in an efficient way??? I am trying to use the NOT EXIST but not sure if this is the best way. Please advice.
How would I go about doing this in an efficient way??? I am trying to use the NOT EXIST but not sure if this is the best way. Please advice.