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)
 User defined Aggregate function

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-08-08 : 07:41:55
vignesh writes "Hi,

How can i write a user defined aggregate function similar to SUM function? Instead of summing up the values in SUM function, i need to concatenate the values."

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-08-08 : 09:13:33
refer to here http://sqljunkies.com/WebLog/amachanic/archive/2004/11/10/5065.aspx


KH

Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-08-08 : 13:21:36
Do you mean concatenating string values?
If you use front end application, you can also concatenate there

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -