sql >> Databasteknik >  >> RDS >> Mysql

Felkod 1111. Ogiltig användning av gruppfunktionen

Så du måste flytta detta tillstånd till HAVET klausul

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. MySQL:SELECT skulle undersöka mer än MAX_JOIN_SIZE rader

  2. kontrollera om kolumnen finns före ALTER TABLE -- mysql

  3. Visa begränsningar på tabellkommandot

  4. Fatalt fel:Anrop till odefinierad metod mysqli_stmt::get_result()