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 |
Why do we need sharding?
Can a view be mutating? If yes, then how?
How do I delete a trigger?
what is msql? : Sql dba
what is error ora-03113: end-of-file on communication channel?
What is the diff between Truncate table / delete <table name> purge
in a package one procedure is wrong package shows valid or not
I have one table and column is c1 pk, c2 not null,c3 not null and 200 row in it and i add c4 column and value, how can is possible
What does (*) mean in sql?
What is a unique key and primary key and foreign key?
Difference between SUBSTR and INSTR?
What is oracle pl sql developer?
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)