select caseid,caserunnum,contactperson,mobile from tutorialcase where fldt < now() and progress = 'First Lesson' and caseid not in (select refid from todotask where status = 'open')