How to select rows where column value IS NOT NULL using CodeIgniter’s ActiveRecord? June 9, 2023 by Tarik where('archived IS NOT NULL', null, false)