select *
from quit_memb a
where not exists(select 1 from quit_memb where mobile=a.mobile and contentid=a.contentid
                 and quittime>a.quittime)