![]() |
Combining multiple queries to get the result - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Combining multiple queries to get the result (/showthread.php?tid=91794) |
Combining multiple queries to get the result - marciakinnon - 10-13-2024 Hi, I want to do some calculations but no success , how to convert this in simple and working query, most important variable is $sale_cost. What I would like to achieve is $sale_cost, I am also selecting $sale_cost in another query Is there any shortcut to do all calculation in few working queries Any help is very appreciated |