Declare @Str varchar(2000)
Begin
(Select @Str=COALESCE(@Str, '','') + Cast([Employee_name] as nvarchar(100)) + ','
from dbo.Employee )
Select substring(@Str,0,len(@str))
End
Subscribe to:
Post Comments (Atom)
There is nothing Impossible. Because Impossible itself says I am Possible.
No comments:
Post a Comment