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 nayak
select substr(filename,1,instr(filename,'-',1,1) - 1) from dual;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to run queries on external tables?
What is logical backup in oracle?
What are the data types in oracle?
What is SQL access advisor in Oracle?
Is a rollback possible to any savepoint?
Can objects of the same schema reside in different tablespace?
Why we use bulk collect in oracle?
How to handle a single quote in oracle sql?
What are the general rules on data consistency?
How to loop through a cursor variable?
Why does oracle 9i treat an empty string as null?
What happens to the current transaction if the session is killed?
State some uses of redo log files?
What is a proxy object?
What is recovery manager(rman) backup in Oracle?