delete from exam_record
where submit_time is null 
or timestampdiff(minute,start_time,submit_time)<5 
order by start_time
limit 3