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 to install oracle sql developer?
What is foreign key sql?
what is bdb (berkeleydb)? : Sql dba
What is sql prepared statement?
What are aggregate and scalar functions?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
How do you use collections in procedure to return the resultset?
What is sqlite used for?
How many types of cursors are available in pl/sql?
How delete all data from table in sql?
What is parameter substitution in sql?
How can one get sql*loader to commit only at the end of the load file? : aql loader
What are types of joins?
What is the most restrictive isolation level? : Transact sql
How do I save a sql query?