SELECT COUNT( * ) AS numrows FROM ( books ) WHERE ( id_status =1 OR id_status =2 ) AND company =2
how to convert to CI Active Record?
$this->db->select('count(*) as numrows')->from('books ')->where("(id_status='1' OR id_status='2') and company ='2'")
count_all_results
select
where
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
272 times
active