题解 | #更新记录(一)#
更新记录(一)
https://www.nowcoder.com/practice/bfe8ad2bddc540fc911614aa648868b3
update examination_info set tag='Python' where tag="PYTHON"
本题考查更改某个字段的值,
语法:
update 表名 set 字段名=新值 where(..条件)
更新记录(一)
https://www.nowcoder.com/practice/bfe8ad2bddc540fc911614aa648868b3
update examination_info set tag='Python' where tag="PYTHON"
本题考查更改某个字段的值,
语法:
update 表名 set 字段名=新值 where(..条件)
相关推荐