2011-10-05 122 views

回答

1
$this->db->select('count(*) as numrows')->from('books ')->where("(id_status='1' OR id_status='2') and company ='2'") 
+0

如果結果足夠,可以使用'count_all_results'而不是'select',並且可以將'where'分成兩部分。 – uzsolt