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
Mention what does plv msg allows you to do?
What is a dirty read sql?
What is pl sql variable?
What are the types of join and explain each?
What are string functions in sql?
How do you define a foreign key?
What is cte sql?
What is over () in sql?
What is sql profiler in oracle?
What is trigger in flip flop?
what is the difference between a having clause and a where clause? : Sql dba
What are the advantages of sql? Explain
how many groups of data types? : Sql dba
What is spool?
explain advantages of myisam over innodb? : Sql dba