字段3=字段1乘字段2
update test set col3=col1*col2 where 字段4='克'
update
test
set
col3=col1*col2
where
字段4=
'克'