How to select rows where column value IS NOT NULL using CodeIgniter’s ActiveRecord?

where('archived IS NOT NULL', null, false)

Leave a Comment