Yeah individual columns would look a bit like this ```sql SELECT crosstab(' SELECT fk,

Yeah individual columns would look a bit like this
SELECT crosstab('
SELECT
fk,
value
FROM your_table
ORDER BY fk
');
SELECT crosstab('
SELECT
fk,
value
FROM your_table
ORDER BY fk
');
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?