Answers for "how to write not empty condition in codeigniter model"

2

codeigniter query builder where not null

$this->db->where('field is NOT NULL', NULL, FALSE);
Posted by: Guest on January-08-2020
0

where not null query codeigniter

$this->db->where('columnName !=', null);
Posted by: Guest on November-22-2020

Code answers related to "how to write not empty condition in codeigniter model"

Browse Popular Code Answers by Language