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 a behavioral trigger?
what is innodb? : Sql dba
Can we use threading in pl/sql?
Is there a way to automate sql execution from the command-line, batch job or shell script?
What sql database should I use?
Is delete faster than truncate?
What is sql server and ase?
Why do we create stored procedures & functions in pl/sql and how are they different?
How do I create an index in word?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
Can a procedure in a package be overloaded?
how to convert character strings to numeric values? : Sql dba
What are inner and outer joins examples of both?
What is an implicit commit?
Is and as keyword in pl sql?