SOLUTION:
select distinct a.firstname,a.lastname,a.telephone from sales_flat_order_address a
inner join sales_flat_order o on o.shipping_address_id = a.entity_id
where o.store_id = 5 or o.store_id = 6
Posted by Alan Vo to Alan Vo's deck (2014-05-10 00:29)