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 compute?
Mention what are different methods to trace the pl/sql code?
What does the base_object_type column shows in the user.triggers data dictionary view?
Why use triggers in sql?
How do I create a sql script?
Is pl sql still used?
what is the different between now() and current_date()? : Sql dba
Which certification is best for sql?
What are data types in pl sql?
What type of join is sql join?
Define select, insert, create, delete, update, drop keywords
What is the main reason behind using an index?
What is dbo in sql?
Why are sql stored procedures used?
Explain the update statement in sql