how to use IS NULL? |
Hi,
I have problem with my query, its not update my table *I want select NULL col with limit then update the DB. this is my code model: PHP Code: function SetUserTakenStock($data, $id, $totalTaken)
This is me. JK not me.
(04-08-2017, 09:37 PM)falcon812311 Wrote: Hi, I think that should be : Code: $this->db->where('status', null);
Not related to the answer but this code
PHP Code: if ($this->db->trans_status() === TRUE) Can be expressed with a lot less typing ![]() PHP Code: return $this->db->trans_status(); |
Welcome Guest, Not a member yet? Register Sign In |