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 long does it take to learn pl sql?
What is clustered and nonclustered index in sql?
How to download oracle sql developer?
Why do we use joins?
how to decrement dates by 1 in mysql? : Sql dba
What is the difference between partitioning and sharding?
explain access control lists. : Sql dba
How delete all records from table in sql?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
How do you create a db file?
How to rename a column in the output of sql query?
What is cursor and its types?
What is indexing in sql and its types?
Mention what are the benefits of pl/sql packages?
How can you load microsoft excel data into oracle? : aql loader