proper query in php

前端 未结 0 1040
执念已碎
执念已碎 2021-01-27 08:02

I had some help with this code:

    SELECT *, IF(newcost - cost > 500, newcost - cost, 0) as raiseby FROM
(
SELECT bp.*, b.company,(IF(bp.cost*1.2 < ls.ma         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题