Concatenate column's in sql server...

declare @s varchar(8000)
select @s=coalesce(@s +',"' ,'"') + ProjectName +'"' from ProjectMaster
select @s

Comments

Popular posts from this blog

HOW TO Use the NumericUpDown Control

How to Do a Remote Shutdown for a PC on a LAN

How to show help text in page on mouse move