日期:2014-05-18 浏览次数:20559 次
update t set price=(case when price<1000 then price*(1+0.15) when price>1000 then price*(1+0.05) else price end)