-
Recent Posts
Recent Comments
- iminfense on Silverlight 4 – 070-506 Exam… Passed!
- trade show displays on Leveraging OData end-points in JSON format with JQuery
- EspaƱola Lawyers on Leveraging OData end-points in JSON format with JQuery
- death records on Leveraging OData end-points in JSON format with JQuery
- Kassandra Haupt on GeneratedWCFClientCode and RIA Services Toolkit changes Silverlight project behavior!
Archives
Categories
Meta
Tags
AJAX ASP.NET MVC 3 Building Search Filters Certification EF Entity Framework Fiddler2 Gotchas Hacking HTML5 INotifyPropertyChanged JQuery JSON OData PHP PropertyChanged RIA Services Toolkit Security Silverlight Silverlight 4 SQL Injection SQL Server Table Value Parameters Testing Training WAMP WPF XAML
Concatenating Column Values in SQL
I was looking for a way to concatenate the values (comma separated) in a column and group it by another column. I didn’t want to use cursors and I didn’t want to use the .NET CLR to do it. I just wanted to use sql and this is what I found and liked… 1 2 [...]