Tagged Questions

2
votes
4answers
90 views

GROUP BY or COUNT Like Field Values - UNPIVOT?

I have a table with test fields, Example id | test1 | test2 | test3 | test4 | test5 +----------+----------+----------+----------+----------+----------+ 12345 | P | P ...
1
vote
3answers
708 views

unpivot and PostgreSQL

Is there a unpivot equivalent function in PostgreSQL?