Zkuste použít tento dotaz
select Region,CONCAT('$', FORMAT(AVG(sales), 0)) as 'Average_Sales_by_Region', count(*) as '# of Dist in state'
from dist, Regions_US
where dist.state=Regions_US.State
group by Region ORDER BY AVG(sales) DESC
Tímto způsobem objednáte jako první dotaz, ale zobrazíte výsledek jako druhý