题解 | #删除记录(一)#
删除记录(一)
https://www.nowcoder.com/practice/d331359c5ca04a3b87f06b97da42159c
delete from exam_record
where score<60 and TIMESTAMPDIFF(second, start_time, submit_time) < 300
删除记录(一)
https://www.nowcoder.com/practice/d331359c5ca04a3b87f06b97da42159c
delete from exam_record
where score<60 and TIMESTAMPDIFF(second, start_time, submit_time) < 300
相关推荐