----> 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 schema is used in sql?
What is autocommit sql?
How to make a copy values from one column to another in sql?
Can we group by two columns in sql?
What will you get by the cursor attribute sql%found?
How do I view a procedure in sql?
Write a query to find the names of users that begin with "um" in sql?
How to convert comma separated string to array in pl/sql?
What is dba in sql? : SQL DBA
What is the best sql course?
How do you remove duplicates without using distinct in sql?
What is relationship? How many types of relationship are there?
What is update query?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What is write ahead logging in sql server?