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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Mutivalue in table by using TSQL/Store Procedure

Author  Topic 

MIB
Starting Member

4 Posts

Posted - 2001-03-16 : 01:11:49
Hi All
I got table as below
Table1
ID Name Type
-- ---- ----
1 A C
1 J C
2 F D
2 K H
3 L P

I wnat to make new table as below by using TSQL/store procedure in SQL7

New Table
ID Name Type
-- ---- ----
1 A;J C;C
2 F;K D;H
3 L P

Please help me out if u can
PS: please send me a sql file if u can
many thanks

MIB

   

- Advertisement -