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 |
|
Deep23
Starting Member
1 Post |
Posted - 2011-10-13 : 00:04:30
|
| Hi,I am trying to generate this report. Here is what I need: A B C DA 2 1 0 2B 1 1 1 2C 1 5 4 0D 3 3 2 3this is the table I have got:ID Category1 A2 B3 C4 A5 B6 C7 DAny Suggestions on how I can approach this?Thank you. |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2011-10-13 : 00:19:23
|
can you explain how do you get those numbers ?Here is what I need: A B C DA 2 1 0 2B 1 1 1 2C 1 5 4 0D 3 3 2 3 KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|
|