delete from exam_record where submit_time<date_sub(start_time,interval -5 minute) and score < 60;
在涉及到时间计算时,可以转时间戳,也可以直接使用interval进行计算。