Update Sql语句的写法

有一次,我想更新一条记录的几个字段,将SQL写成了下面的样子。sql update table1 set column1 = 'value1' and column2 = 'value2' and column3 = 'value3' where id = 3; 个人本意,是想将表 table1 中 id = 3的这行,将column1, column2, column3改成新的值。code
相关文章
相关标签/搜索