• 2022-06-16
    修改语句的Sql语法为?
    A: update 字段 set 字段=x
    B: delete 字段 set 字段=x
    C: update 表名 set 字段=x
    D: delete 表名 set 字段=x