更新记录使用update ... ,如有限定条件,则使用where即可
update examination_info set tag = 'Python' where tag = 'PYTHON'