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
What are sql functions? Describe the different types of sql functions?
How can I tell if sql is running?
Why do we use procedures in pl sql?
how to drop an existing index in mysql? : Sql dba
What are the different types of dbmss?
what is rdbms? : Sql dba
Should I use mbr or gpt?
What is a primary key example?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What is the primary key?
What port does sql server use?
What is the difference between microsoft sql and mysql?
What is a .db file?
What are the advantages of indexing?
What is an invalid partition table?