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 the difference between null value, zero, and blank space?
what is sql and plsql
How to assign sql query results to pl sql variables?
What is the Diff b/w Constraints and Trigeer
What is a record in a database?
How does pl sql work?
What is the relation b/w view and trigger
what is global variable in pl/sql
Differentiate between syntax and runtime errors.
What is the difference between UNIQUE KEY and UNIQUE INDEX?
what are pl/sql collections?
4 Answers JPMorgan Chase, Oracle,
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)