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

Grup MySQL dengan memesan/prioritas kolom lain

Anda dapat menggunakan contoh MAX itu, Anda hanya perlu "memalsukannya". Lihat di sini:http://sqlfiddle.com/#!2/58688/5

SELECT *
FROM test
JOIN (SELECT 'west' AS direction, 4 AS weight
      UNION
      SELECT 'north',3
      UNION
      SELECT 'south',2
      UNION
      SELECT 'east',1) AS priority
  ON priority.direction = test.direction
JOIN (
      SELECT route, MAX(weight) AS weight
      FROM test
      JOIN (SELECT 'west' AS direction, 4 AS weight
            UNION
            SELECT 'north',3
            UNION
            SELECT 'south',2
            UNION
            SELECT 'east',1) AS priority
        ON priority.direction = test.direction
      GROUP BY route
) AS t1
  ON t1.route = test.route
    AND t1.weight = priority.weight


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Load Balancing Sadar Basis Data:Cara Bermigrasi dari HAProxy ke ProxySQL

  2. Cara (diam-diam) menghapus instalasi MySQL pada Windows 32 dan 64 bit

  3. Perlu untuk menanyakan kombinasi yang berbeda dari dua bidang, bersama dengan hitungan bahwa kombinasi yang berbeda terjadi

  4. php / Mysql struktur pohon terbaik

  5. Kesalahan:SQLSTATE[42000]:Kesalahan sintaks atau pelanggaran akses dengan cakePHP