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 / vi.s.senthilkumar
select column1||','||column2 result from tableName;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Determine if oracle date is on a weekend?
How can I tell if sql is running?
What is compilation error in pl sql?
What is the unique index?
What is numeric function sql?
What is the difference between Union and Union all. Which is faster.
What is a Mapplet?
What is difference between stored function and application function?
How do you pronounce sql?
What is forward declaration in pl sql?
What is raid? How does it help storage of databases?
What is cascade in sql?
What does the file extension accdb stand for?
What is sql analyzer?
What are the different schemas objects that can be created using pl/sql?