php Programming Glossary: customerprice
Making select and update in one query http://stackoverflow.com/questions/1666485/making-select-and-update-in-one-query c.priceFactor o.cid o.bloggerPrice o.state as state o.customerPrice o.id as orderId o.listPrice o.basicPrice from campaign c orders.. order basicPrice if order bloggerPrice listPrice order customerPrice listPrice order bloggerPrice listPrice order customerPrice.. listPrice order bloggerPrice listPrice order customerPrice listPrice qUpdate update orders set listPrice listPrice..
|