![]() |
Query Builder "FROM * table AS a" - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forum-5.html) +--- Forum: General Help (https://forum.codeigniter.com/forum-24.html) +--- Thread: Query Builder "FROM * table AS a" (/thread-67638.html) |
Query Builder "FROM * table AS a" - meSmashsta - 03-18-2017 How do you do that in code igniter? I have this Stored Procedure that I want to reproduce in Codeigniter's Query Builder. Thanks in advance guys! Code: DELIMITER // This does not work, Stackoverflow said that the LIMIT clause doesn't take parameters only on new versions... How do I see my MySql version in my phpadmin? RE: Query Builder "FROM * table AS a" - meSmashsta - 03-18-2017 I got it working. |