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
How do I restart sql?
What is the command used to fetch the first 5 characters of a string?
What is difference between sql and excel?
what's the difference between a primary key and a unique key? : Sql dba
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is union and union all keyword in sql?
What's the difference between a primary key and a clustered index?
What is the difference between local and global temporary table?
Why is normalization important?
What is join view in sql?
What is a database trigger?
How can one get sql*loader to commit only at the end of the load file? : aql loader
What is form and report?
What is fmtonly in sql?
What is procedure explain with program?