----> 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 the difference between alter trigger and drop trigger statements?
How can you save or place your msg in a table?
What are the different types of functions in sql?
Can dml statements be used in pl/sql?
How exception handling is done in advance pl/sql?
How do I start sql from command line?
Is primary key is clustered index?
Explain lock escalation? : Transact sql
Why sql query is slow?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
How long it takes to learn pl sql?
Can we commit inside a trigger?
what is sql in mysql? : Sql dba
What is a native sql query?
What does a pl/sql package consist of?