select distinct on ("date", location_code, product_code, type)
"date",
location_code,
product_code,
quantity,
type,
updated_at
from transactions t
order by t."date", t.location_code, t.product_code, t.type, t.updated_at desc
select distinct on ("date", location_code, product_code, type)
"date",
location_code,
product_code,
quantity,
type,
updated_at
from transactions t
order by t."date", t.location_code, t.product_code, t.type, t.updated_at desc
Serwery rozproszone geograficznie, PostgreSQL i JPA
Widoki PostgreSQL:odwoływanie się do jednego pola obliczeniowego w innym polu obliczeniowym
Przekazywanie wyników zapytań do bazy danych do wykresów jQuery Sparkline przy użyciu PHP
Jak zarządzać transakcjami w wielu bazach danych
Jak przekonwertować postgresql 9.4 jsonb na obiekt bez języka po stronie funkcji/serwera?