Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
alto
Starting Member
3 Posts |
Posted - 2011-06-18 : 06:57:43
|
I need to write a procedure that will show data in matrix form.I have the following tables1. tbl_JudgeCol: JudgeID, Name2. Tbl_candidateClos: ID, CadidateName2. tbl_VoteResultCol: ResultID, FK_JudgeID, FK_CandidateID, MarksI want to show data in below formatCandidateName Judge1GivenNo Judge2GivenNo Judge3GivenNo Judge4GivenNo TotalC1 3 7 5 9 24C2 4 4 4 8 20C3 2 5 7 8 22JudgeGivenNo(these are judge name will come from judge table and shows marks data)Please help me on this |
|
alto
Starting Member
3 Posts |
Posted - 2011-06-18 : 23:46:09
|
any one is having problem to understand the required query? |
 |
|
|
|
|