Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

MySQL Gabung dan dapatkan semua relasi meskipun 0

agar join kiri berlaku, Anda perlu memindahkan kondisi earned_trophys.user_id = 1 ke dalam on klausa alih-alih where .

select
    trophy.name,
    earned_trophys.user_id,  
    count(user_id) as temp
from
    trophy
left join
    earned_trophys
on
    trophy.trophy_id = earned_trophys.trophy_id and earned_trophys.user_id = 1
group by
    name



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. permata mysql2 dikompilasi untuk perpustakaan klien mysql yang salah

  2. Hibernate - ManyToOne &Inheritance / BERGABUNG / dipetakan Oleh

  3. optimizer_search_depth di Google Cloud SQL

  4. berfungsi untuk membersihkan input ke database Mysql

  5. Buat dan impor database mysql pada shared host di php