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 load a large xml file?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
What is an oracle user role?
What is recovery manager in Oracle?
does the query needs a hint to access a materialized view?
How to use fetch statement in a loop?
How to create a stored procedure in oracle?
What are the built-in functions used for sending Parameters to forms ?
What are operators in oracle?
Why does Oracle not permit the use of PCTUSED with indexes?
What is oracle sid?
Explain coalesce function?
What is a database schema in oracle?
Name the three major set of files on disk that compose a database in Oracle?
What is the disadvantage of User defind function?