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
How do rank () and dense_rank () differ?
What is sqlexception in java?
How much does a sql dba make? : SQL DBA
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Why do we use set serveroutput on?
How do I tune a sql query?
Are dml statements autocommit?
Where is pl sql used?
What is sql resultset?
What is the purpose of cursors in pl/sql?
What are variables in pl sql?
What is the use of partition by in sql?
How many postgresql users are there, worldwide?
Can a view be mutating? If yes, then how?
How do you update a value in sql?