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
 Transact-SQL (2000)
 Concatenating rows ??

Author  Topic 

AdamB
Starting Member

4 Posts

Posted - 2001-10-12 : 11:04:09
By issuing the following SQL statement :

select distinct startofday_process
from startofday_processes

I get :

--------
Record1
Record2
Record3

Is there anyway, in SQL, I can get a result of :

-------------------------
Record1,Record2,Record3

   

- Advertisement -