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

operan harus berisi 1 kolom

Anda tidak boleh menyertakan COUNT(p.post_id) AS total_posts di SELECT daftar di subkueri Anda. Just

SELECT topic_id   
FROM phpbb_topics AS t
WHERE t.topic_id IN (
    SELECT p.topic_id --, COUNT(p.post_id) AS total_posts 
    FROM phpbb_posts AS p
    WHERE p.poster_id = 61640
    GROUP BY p.topic_id
    HAVING t.topic_replies_real = COUNT(p.post_id) - 1
);



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Apakah ada perintah MySQL untuk mengimplementasikan sesuatu seperti tabel drop kecuali t1,b2?

  2. PHP Mengikat Wildcard

  3. Migrasi database dari Postgres ke MySQL

  4. Menggabungkan string dan ID kunci utama saat memasukkan

  5. Migrasi Laravel merujuk sendiri masalah kunci asing