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
Is a foreign key always unique?
What is the difference between alter trigger and drop trigger statements?
What is crud diagram?
What are the usages of sql?
What is difference between hql and sql?
Why do we go for stored procedures?
How do you optimize a stored procedure query?
How to change sql*plus system settings?
how many groups of data types? : Sql dba
What is schema in sql example?
what is oltp (online transaction processing)? : Sql dba
Show code of a cursor for loop.
What is union?
What is coalesce sql?
How many clustered indexes can you have?