----> There is a table T with two columns C1 and C2.
The data is as below:
C1 C2
1 4
2 5
3 6
Answer Posted / nihar meher
select replace(wm_concat(c1),',',' '),replace(wm_concat(c2),',',' ') from t;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there any restriction on the use of union in embedded sql?
How can I tell if sql is running?
How do you exit in sql?
What does the acronym acid stand for in database management?
Which normal form is best?
How to prepare for oracle pl sql certification?
Write a sql select query that only returns each name only once from a table?
What is procedure function?
Explain the rollback statement?
Show the cursor attributes of pl/sql.
What are sql queries used for?
Is hadoop a nosql?
What is difference between function and trigger?
What is cursor status?
How to avoid duplicate records in a query?