how can we write a column values horizontal by using sql stmt;
ex:
select name from table_name;(actual output)
a
b
c
d
require output is
a b c d
Answer Posted / kalaiselvi
select name from table_name order by name
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
What are the uses of merge?
How do you create a unique index?
what are string data types? : Sql dba
What is delimiter in pl sql?
Which sorts rows in sql?
What is sql query optimization?
What does the file extension accdb stand for?
who introduced sql?
How can you load multi line records? : aql loader
Is sql port 1433 encrypted?
What is a rank in sql?
What is data type in sql?
What is the difference between sql and t sql?
what is the use of friend function? : Sql dba
What is benefit of creating memory optimized table?