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
What is the data type of dual table?
Explain an exception?
Can group functions be used in the order by clause in oracle?
Is the After report trigger fired if the report execution fails ?
how to clone 9i Database on to 10g Database.
What is null value in oracle?
Will you be able to store pictures in the database?explain.
What is the difference between PFILE and SPFILE in Oracle?
When do I need to use a semicolon vs a slash in oracle sql?
How to convert dates to characters in oracle?
What is blob datatype?
Why does Oracle not permit the use of PCTUSED with indexes?
In oracle there is column command, how will you explain that?
How to create a stored procedure in oracle?
What are joins, explain all types of joins?