I have the table like this
S.No Name ID
01 Xyz 123
I want the result as
01Xyz123
How to write the query to retrieve the entire row data in a
single column?
Answer Posted / g sivanagaraju
SELECT S.NO||NAME||ID
FROM <table_name>
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is function and procedure?
Which command is used to delete a package?
What is the difference between union and union all command?
Explain spool.
what are the 'mysql' command line options? : Sql dba
Is full outer join same as cross join?
What is the difference between clustered and non-clustered indexes?
What is sql*loader?
What is difference between joins and union?
how to create a new view in mysql? : Sql dba
How many aggregate functions are available there in sql?
Why is pl sql used?
what is error ora-03113: end-of-file on communication channel?
What is normalization in sql?
What is loop in pl sql?