Table1- have two column
filename data
AFGDFD-20112011 hi how r u
bsdasd-23042011 name shoud be in bold
Now i want output like
filename data
AFGDFD hi how r u
bsdasd name shoud be in bold
Kindly answer this
Answer Posted / ajit
select substr(file, 1, instr(file, '_',1,1) - 1) file, data from <table name>;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What happens to the current transaction if the session is killed?
Give the various rollback segment states.
What is a named program unit?
Why do we need integrity constraints in a database?
What are privileges and grants?
How do I uninstall oracle 11g?
Can we create trigger on materialized view in oracle?
what are the advantages of running a database in archive log mode?
what is insert all statement in sql
 How to use an oracle sequence generator in a mapping?
Please explain drop constraint oracle?
Explain the dml?
How to assign data of the deleted row to variables?
What is a view and how is it different from a table?
How to establish administrator authentication to the server?