php Programming Glossary: order.basicprice
Making select and update in one query http://stackoverflow.com/questions/1666485/making-select-and-update-in-one-query join Campaign c on c.id o.cid set listPrice o.priceFactor order.basicPrice bloggerPrice case when o.bloggerPrice o.priceFactor order.basicPrice.. bloggerPrice case when o.bloggerPrice o.priceFactor order.basicPrice then o.priceFactor order.basicPrice else bloggerPrice end listPrice.. o.priceFactor order.basicPrice then o.priceFactor order.basicPrice else bloggerPrice end listPrice case when o.customerPrice o.priceFactor..
|