Welcome Guest, Not a member yet? Register   Sign In
query builder class help
#1

Hello everybody,

I have a little question about the query builder class.
Using normal sql I'd do this

PHP Code:
Update table set val val 3 where id 1

How can i do the same thing with the query class ? The code below doesn't work

PHP Code:
$this->db->set(array('val' => 'val+1'))->where(array('id' => 1))->update('table'); 
thank you for helping !
Reply


Messages In This Thread
query builder class help - by raoh - 07-13-2015, 07:02 AM
RE: query builder class help - by pdthinh - 07-13-2015, 07:44 AM
RE: query builder class help - by raoh - 07-13-2015, 08:09 AM
RE: query builder class help - by barnent1 - 07-13-2015, 08:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB