----> 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
Why do we need cursor in pl sql?
What is a composite primary key?
Which are the different character-manipulation functions in sql?
how to get a list of indexes of an existing table? : Sql dba
Can we rollback after truncate?
What is microsoft t sql?
how would you enter characters as hex numbers? : Sql dba
Are there any features that are decommissioned in 11g that are not present in 11g?
Can we have two clustered index on a table?
What is the difference between explicit and implicit cursors in oracle?
What is int identity in sql?
Is merge a dml statement?
What is implicit cursor in pl sql?
What does bitemporal mean?
How does postgresql compare to mysql?