SQL115 删除记录(一)
delete from exam_record where timestampdiff(MINUTE,start_time,submit_time)<5 and score<60;