sql >> Database >  >> RDS >> Mysql

Tel instanties in tabel1 EN link naar tabel2

 SELECT t1.Prices, COUNT(t1.ID) AS TheCount, t2.Genre
 FROM Table1 AS t1
     INNER JOIN Table2 AS t2
         ON t1.ID = t2.ID
 GROUP BY t1.Prices, t2.Genre


  1. Welk hiërarchisch model moet ik gebruiken? Aangrenzend, genest of opgesomd?

  2. Ondersteunt SQL Server CLR Integration configuratiebestanden?

  3. Snelste manier om een ​​object in te voegen als het niet bestaat met SQLAlchemy

  4. JPA op Java SE:Object:[email-protected] is geen bekend entiteitstype