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

SQL menghitung nilai tertentu pada beberapa kolom dan baris

SELECT SUM(
    IF(q1 = 1, 1, 0) +
    IF(q2 = 1, 1, 0) +
    IF(q3 = 1, 1, 0) +
    IF(q4 = 1, 1, 0) +
    IF(q5 = 1, 1, 0) +
    IF(q6 = 1, 1, 0) +
    IF(q7 = 1, 1, 0)
)
FROM table
WHERE Company = 'abc'


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Bagaimana cara menyimpan Java Instan di database MySQL

  2. Apa itu MySQL Workbench?

  3. Tidak dapat menghasilkan perbedaan dari plugin liquibase gradle

  4. SQL menggabungkan 2 tabel menjadi 1 tabel

  5. Tautan dinamis MySQL untuk mengambil baris kanan