filmov
tv
Unnest columns to rows in postgresql

Показать описание
for reports, especially using excel pivot tables , it is usually better to have all your amounts in one column and PostgreSQL can do this in seconds no matter how many columns you need unnested to rows, with correct description next to each row amount.