PostgreSQL
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> PostgreSQL

Thuật toán so khớp trong SQL

select x.name, max(x.rank) 
from matches x
join (
    select name from matches where prop = 1 AND rank > 5
    intersect
    select name from matches where prop = 3 AND rank >= 8
) y
    on x.name = y.name 
group by x.name
order by max(rank);


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Mac + virtualenv + pip + postgresql =Lỗi:không tìm thấy tệp thực thi pg_config

  2. Cách xóa Zeros theo dấu vết khỏi số thập phân trong PostgreSQL

  3. RoR:Không thể change_column trong postgres, tốt trong MySQL (MySQL để phát triển, Postgres trên Heroku)

  4. Làm thế nào để làm việc với PGpoint cho Định vị địa lý bằng PostgreSQL?

  5. Triển khai và mở rộng PostgreSQL v13 với ClusterControl 1.8.2