Hi
I want to know how to concat all rows value into one string in mssql?
select a from table
abc
def
xyz
I want the result is abcdefxyz
fsze88
Hi
I want to know how to concat all rows value into one string in mssql?
select a from table
abc
def
xyz
I want the result is abcdefxyz
fsze88