oj-sql
题目
SQL113 更新记录(一)
思路
简单更新语句;
solution
update where
update
examination_info
set
tag
=
'Python'
where
tag
=
'PYTHON'
;