select distinct a.min from a,b
 where a.min=b.min
   and a.win='Y' 
   and a.min not in ( select b.min from b ) ;