题解 | #更新记录(一)#
更新记录(一)
https://www.nowcoder.com/practice/bfe8ad2bddc540fc911614aa648868b3
更新记录使用update ... ,如有限定条件,则使用where即可
update examination_info set tag = 'Python' where tag = 'PYTHON'
更新记录(一)
https://www.nowcoder.com/practice/bfe8ad2bddc540fc911614aa648868b3
update examination_info set tag = 'Python' where tag = 'PYTHON'
相关推荐