Codeigniter Where Not Null Condition In Array Code Example


Example 1: codeigniter query builder where not null

$this->db->where('field is NOT NULL', NULL, FALSE);

Example 2: where not null query codeigniter

$this->db->where('columnName !=', null);

Comments

Popular posts from this blog

Chrome Ipad Extensions Code Example

AngularJS $on Event Handler Trigger Order