i get values in a coulmn NAME (- column name) as rows
i need to get the output in a single line
Example
select Name from customers where id in(@id1,@id3)
i get the output as
Name - column name
John
Smith
I need the output as
Name - column name
John And Smith