$total = Mage::getModel('sales/order')->getShippingAddress()->getCollection() // changes it to getBillingAddress if you want to filter it from billing address ->addFieldToFilter('country_id', array('eq'=>'SA')) ->getSize();