09-22-2014, 01:49 AM
[eluser]navihtot[/eluser]
Hi,
If I call. query produced is so I'm wondering is there any way I could force query builder not to escape when calling from method (just like where method i.e.) ?
This is a simplified example my query is actually much more complex
Hi,
If I call
Code:
$this->db->from('SELECT CONCAT_WS(" ", lastname, firstname) FROM usr_user')..
Code:
SELECT CONCAT_WS(" ", `lastname`, `firstname)` FROM `usr_user` ...
This is a simplified example my query is actually much more complex
