首页 > 试题广场 >

为了更新amount值,下列写法正确的是?

[单选题]
为了更新amount值,下列写法正确的是?
  • Update Count set amount=200 where count_id = 1000032
  • Update  from Count set amount=200 where count_id = 1000032
  • Update  amount=200 where count_id = 1000032
  • Update  amount=200  from Count where count_id = 1000032
update 表名 set 字段=value where 条件
发表于 2021-09-01 13:17:55 回复(0)