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 |
How can we link a sql database to an existing android app?
What is left inner join in sql?
How to access the current value and next value from a sequence?
what are Dynamic SQL statements?
Does sql support programming?
what the meaning of sql
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
How would you pass hints to the sql processor?
What is the difference between rename and alias?
What operators deal with null?
What is record in pl sql?
how will be date change into string
Oracle (3253)
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)