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

Divisi SQL menggunakan 'tidak ada' di mysql

Pilihan terdalam Anda tidak menggunakan apa pun dari dirinya sendiri dalam klausa where, jadi selalu menemukan sesuatu untuk piper. Coba

select distinct b.profname from committee b
where not exists (
    select commname from committee a
    where a.profname = 'piper' and not exists  (
        select commname from committee c
        where c.profname=b.profname and c.commname=a.commname
    )
);



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Apa Itu MySQL:Gambaran Umum

  2. Menggunakan pemicu MySQL untuk mencatat semua perubahan tabel ke tabel sekunder

  3. Mysql Inner bergabung dengan kondisi ATAU?

  4. Alat Visualisasi MySQL

  5. Adakah yang menemukan bahwa REGEX \b tidak berfungsi di MYSQL?