----> 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 output spooling in sql*plus?
What is the best free sql database?
How do you run a query?
What trigger means?
what is the difference between $message and $$message? : Sql dba
What is the difference between subquery and correlated query?
when MSQL8.0 is in market
What do you mean by dbms? What are its different types?
Explain the difference between triggers and constraints?
what are different types of keys in sql?
What is sqlcommand?
What is the difference between having and a where in sql?
What is %s in sql?
What is sqlite used for?
Can dml statements be used in pl/sql?