Tagged Questions

2
votes
4answers
104 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 ...