Blog that contains articles about new technologies related or not with programming.
I will describe and solves some problems that I encounter in my career.
ASP .NET, AJAX, Javascript, C++, C# and SQL are some of the subjects that will appear.
04 October 2012
Convert column to row in SQL Server
select (select convert(varchar(max),id)+',' from #tbl1 for xml path('')) colTOrow
No comments:
Post a Comment