my @data = $dbh->select( 'table', '*', { ww => { -in => [@ww] }, id => { -in => [@all_ids] }, } )->hashes;