换句话说:如果只是修改一个属性的话,那就直接 update user set id='123' where id=12;
但现在我想同时修改user的id和name,那该怎么处理呢?不要用两个update语句,要在一个语句里面实现~