stat_value1*10 WHERE stat_type1=12; UPDATE item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=12; UPDATE item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=12; UPDATE item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=12; UPDATE item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=12; UPDATE item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=12; UPDATE item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=12; UPDATE item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=12; UPDATE item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=12; UPDATE item_template SET stat_value10 = stat_value10*10 WHERE stat_type10=12; ...使用時千萬要備份.... (责任编辑:admin) |