sql >> Database >  >> RDS >> Mysql

Foutcode 1111. Ongeldig gebruik van groepsfunctie

U moet deze voorwaarde dus verplaatsen naar de HAVING clausule

SELECT c.name AS country_name, c.population AS country_population, SUM(ci.population) AS city_population, ROUND(100*(SUM(ci.population)/c.population)) AS city_population_percent
            FROM country AS c
            JOIN city AS ci
            ON c.code = ci.countrycode
WHERE c.continent = 'Europe'
GROUP BY c.name
HAVING ROUND(100*(SUM(ci.population)/c.population)) > 30


  1. Hoe json-gegevens in een tabel in te voegen?

  2. Agent is geblokkeerd

  3. Alleen-lezen routering voor een Always On

  4. MySQL Auto increment primaire sleutel neemt toe met 10