hi,
i have a table called names and field name
select * from names
name
a
b
c
d
i want to display like this
name
a,b,c,d
how it is possible
Regards
Baiju
Answer Posted / kulwinder
DECLARE @chrString as varchar(200)
select @chrString=@chrString + ',' + Name from Names
? @chrString
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain following error properties?
What is the contrast between sql and pl/sql?
How network traffic be reduced by using the stored procedure?
What is a DBMS, query, SQL?
What do you understand by the denormalisation?
How efficient you are in oracle and SQL server?
What are the approximate numeric data types?
What is extent? Types of extents?
What is subreport?
What is a fan-out query in SQL Azure?
hi, how to link a text file and a .rpt file in my tables of sql server and to retrieve those records for further use. reply me as soon as possible.
How do you make a trace?
What is the Control Flow in SSIS
What is view in sql?
What are sub reports?