codeigniter(ci) where not null
ci框架的where not null的写法
$data = $this->db->where('name is not null')->get('users');
return $data->result_array();
ci框架的where not null的写法
$data = $this->db->where('name is not null')->get('users');
return $data->result_array();