I been looking into group_concat, but it isn't working on SQL 2012, From what i have figured is that i have to have a functions to do so. But here is my question, i'm sending a SQLQuery by some c# code and want to return a datatabel.
'001' '123' '456' (and keep on going until we cannot find anymore phone number that is attached to the Cosnr.
From what i get now is. '001' 123' '001' 345'
Is there anyway, to send a single SQLQuery form C# to get back a datatabel looking like '001' '123' '456'
Hope anyone can help me. :)