Mysql
 sql >> Datenbank >  >> RDS >> Mysql

mysql use group by column in where-Bedingung

SELECT column1.....,SUM(Hits) AS HitsSum 
FROM table 
GROUP BY column1.....
HAVING HitsSum > 100