You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to use INSERT INTO table SET x=1, y=2 and get the insert builder functions?
As of now it returns $this->db->query('INSERT INTO table SET x=1, y=2');, which works fine but not ideal
Would it be possible to use
INSERT INTO table SET x=1, y=2and get the insert builder functions?As of now it returns
$this->db->query('INSERT INTO table SET x=1, y=2');, which works fine but not ideal