6
PostgreSQL DISTINCT ON với thứ tự khác nhau theo
Tôi muốn chạy truy vấn này: SELECT DISTINCT ON (address_id) purchases.address_id, purchases.* FROM purchases WHERE purchases.product_id = 1 ORDER BY purchases.purchased_at DESC Nhưng tôi nhận được lỗi này: PG :: Error: ERROR: CHỌN DISTINCT ON biểu thức phải khớp với biểu thức ORDER BY ban đầu Thêm biểu thức address_idđầu …