Posts by matheus • 11 points
1 post
-
1
votes1
answer320
viewsQ: Codeigniter and MYSQL - Query using CASE WHEN returning different result
I’m using the Code Igniter 3 and I’m doing a database query with the following code in the file Model: $this->db->select("*"); $this->db->where("CASE WHEN code = '001' THEN '1' WHEN code…