📜  不为空且不为空 codeigniter - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:10.932000             🧑  作者: Mango

代码示例1
$this->db->select('*');
$this->db->where('field is NOT NULL', NULL, FALSE);
$this->db->get('donors');