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

Permintaan MySQL untuk menemukan bobot tepi dalam grafik

Jawaban Eric mungkin sedikit lebih baik:

select
    sp1.sid as sid1,
    sp2.sid as sid2,
    count(*) as num
from
    sp as sp1
    inner join sp as sp2 on sp1.pid=sp2.pid and sp1.sid<sp2.sid
group by sp1.sid, sp2.sid
;

Gunakan untuk menghindari mendapatkan (1,4,2) DAN (4,1,2)



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. String MySQL ke TANGGAL / WAKTU atau TIMESTAMP

  2. Codeigniter, mysql, select_max dan tambahkan 1 sebelum memasukkan catatan lain

  3. Koneksi JDBC- Class.forName vs Class.forName().newInstance?

  4. Array multi-dimensi php dari hasil mysql

  5. Kunci asing dan NULL di mySQL