have table with two columns with datatypes as number and
varchar and the values in
A column like 1,2,3 AND B column values like a,b,c.
now need to display data in a single column as 1,a,2,b,3,c.
Answer Posted / kavitha neditunta
select WM_CONCAT(a||','||b)
from tablename;
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How many times can we commit in a loop?
How can you fetch common records from two tables?
Can we rollback delete command?
How are sql commands classified?
What are sql built in functions?
How do you sort in sql?
what is the difference between $message and $$message? : Sql dba
Can we insert in view in sql?
How do I partition in sql?
How to use transactions efficiently : transact sql
What does trigger mean in psychology?
What is transaction control language (tcl)?
What does joining a thread mean?
Is sql considered coding?
How can I see all tables in sql?