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 / g sivanagaraju
SELECT S.NO||NAME||ID
FROM <table_name>
Is This Answer Correct ? | 13 Yes | 0 No |
What is an inner join sql?
what is Hash join?how it is different from inner join?what is the sign used for inner join?(eg: like the (+) sign used for outer join)?
Describe types of sql statements?
What do you mean by field in sql?
What is pragma exception and how, when, where us
What is benefit of creating memory optimized table?
What is java sql drivermanager?
what is heap table? : Sql dba
What is the use of stored procedures?
What are different types of sql commands?
what are the performance and scalability characteristics of mysql? : Sql dba
What are the two virtual tables available at the time of database trigger execution?