sql >> Database teknologi >  >> RDS >> Mysql

mysql brug gruppe for kolonne i where condition

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


  1. Optimer en UNION mysql-forespørgsel

  2. Laravel Database Schema, Nullable Foreign

  3. Hvordan Tanh() virker i PostgreSQL

  4. hvordan vælger man lige poster fra en tabel i oracle?