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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-03-31 : 22:51:52
|
Govind writes "hi,I have composite primary key in the table.for eg., entry is like thisfield1 field2one one one two one threetwo one1two two1two three1 the result set should look like thisone one,two,threetwo one1,two1,three1based on the field1 value the values of fields2 should be shown .should be achieved with a query only. no usage of cursors.how to achieve the above in sql serverthanks in advanceGovind" |
|
|
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2002-03-31 : 22:51:52
|
| Always a good idea to search the site (http://www.sqlteam.com/SearchResults.asp?SearchTerms=csv) |
 |
|
|
|
|
|