----> 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
What is a delimiter in sas?
Is oracle sql free?
What is the use of function "module procedure" in pl/sql?
Can %notfound return null after a fetch?
How to prepare for oracle pl sql certification?
What is sql in oracle?
How do you know if a relationship is 2nf?
What is transaction control language (tcl)?
What is pl sql collection?
where are cookies actually stored on the hard disk? : Sql dba
What is data modelling in sql?
Explain the difference between 'between' & 'and' operators in sql
Is json a nosql?
What is java sql package?
How many triggers can be applied to a table?