Help for this page

Select Code to Download


  1. or download this
    set1 = set of all records_1 that pass func()
    set2 = set of all records_2 that fail func()
    results = intersection of set1 and set2;
    set3 = ...
    etc