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

MySql thêm một tham gia đưa ra kết quả không chính xác

Tôi nghĩ bạn phải sử dụng useridpostId

select
  a.userId,
  sum(a.postStatus = 0) published,
  sum(a.postStatus = 1) inactive,
  sum(a.postStatus = 5) recalled,
  sum(a.postStatus = 6) deleted,
  sum(b.postStatus = 10) unChecked
from userData a join userdatamod b on a.userId = b.userId and a.postId=b.postId where a.userId = 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. Nhập nhiều tệp CSV vào mysql

  2. org.hibernate.InstantiationException:Không có hàm tạo mặc định cho thực thể::major.Cliente

  3. Phân tích cú pháp ngày trong MySQL

  4. Lỗi cắt ngắn dữ liệu MySQL

  5. Làm cách nào để sao chép các bảng cơ sở dữ liệu và từng bản ghi từ một máy chủ cơ sở dữ liệu sang một máy chủ cơ sở dữ liệu khác trong PHP MYSQL?>