ex. one table is having 1 column with 10 records ,
then how to display all the values in row wise ?
Answer Posted / ajit
select wm_concat(rel)
from UPDATE_TEST
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to invoke the original export import utilities?
What is a cursor and what are the steps need to be taken?
Explain an extent?
What is connection pool in oracle?
What is truncate oracle?
How to delete all rows a table in oracle?
What is meant by a deadlock situation?
What is procedure overloading in oracle?
How to join two tables in a single query using oracle?
What is integrity and what is constraint??Explain with example
What is a select query statement in oracle?
Explain the use of constraints option in exp command.
How to drop a stored function?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
How to sort output in descending order in oracle?