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)
 Output as one Record

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-11-01 : 09:10:43
Satish K writes "i have a requirement. i have table {Company} with following field co_id co_name
with following data

co_id co_name
1 Aptech
2 Hexaware
3 TCS
4 Telco
.
.
and many more records

my requirement is to get the output in the following format using sql statement only (no stored proc)
Aptech, Hexaware, TCS, Telco ..... as one record and not as different record"
   

- Advertisement -