题解 | #更新记录(二)#
更新记录(二)
http://www.nowcoder.com/practice/0c2e81c6b62e4a0f848fa7693291defc
# 2021年9月1日之前开始作答的未完成记录 => 抽象出来就是开始作答时间在2021年9月1日之前且有作答,也就是有分数,只是没有完成整张试卷而已
UPDATE exam_record
set score = 0 , submit_time = '2099-01-01 00:00:00'
where start_time < '2021-09-01 00:00:00' and submit_time is NULL;