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 hotfixes and patches?
Is primary key clustered or nonclustered?
What are the sql versions?
What are commit, rollback, and savepoint?
What does sql stand for?
Is sql a oracle?
How to write a query to show the details of a student from students table whose
What is recursive stored procedure?
How show all rows in sql?
What are the steps for performance tuning.
Why is pl sql used?
What is the purpose of primary key?
What is output spooling in sql*plus?
Can we insert data in view?
Is sqlite free?