mysql 使用update tablename set xx=xxx and xxx= xxx where field =xxx 不会更新成功,会把对应的值设置为0,double的不会赋值,必须写成update tablename set xx=xxx, xxxx=xxx where field = xxx 才能更新成功,真是坑爹啊;
mysql 使用update tablename set xx=xxx and xxx= xxx where field =xxx 不会更新成功,会把对应的值设置为0,double的不会赋值,必须写成update tablename set xx=xxx, xxxx=xxx where field = xxx 才能更新成功,真是坑爹啊;