I wrote a query to get count of entries in SQL table I was using active record in CodeIginitor
This code is not working ... saying error in query line
$this->db->query('SELECT COUNT(*) FROM site UNION SELECT COUNT(*) FROM userdata');
$result=$this->db->get();
return $result->result();
I searched to get a corresponding active record query but have not got any result