----> 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 are all the different types of indexes?
What is t sql used for?
What is cross join example?
What are views in sql?
what is the difference between delete and truncate commands? : Sql dba
What is an exception in PL/SQL? What are the two types of exceptions?
What is t sql in sql server?
What is input buffer in sql*plus?
What does the base_object_type column shows in the user.triggers data dictionary view?
What is the non-clustered index in sql?
how can we submit a form without a submit button? : Sql dba
What is group function in sql?
What is a natural join sql?
how to start mysql server? : Sql dba
What is a common use of group by in sql?