Yeah individual columns would look a bit like this ```sql SELECT crosstab(' SELECT fk, value FROM your_table ORDER BY fk '); ```