update 表名 set 列名 where xxx

update examination_info 
set tag = "Python"
where tag = 'PYTHON';