Average Population of Each Continent

  • + 0 comments

    Looks like you are using MS SQL Server. You can achieve the same as CAST(round(avg(City.Population)-0.5,0) as int) since MS SQL expects us to specify the precision after/before decimal points.