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 write an inner join with the where clause in oracle?
How a tablespace is related to data files?
What are the execution control statements in oracle?
How to create a table interactively?
What is a cursor variable?
What is an oracle wallet?
How to use attributes of the implicit cursor in oracle?
Why do we need oracle client?
What are set operators?
Explain how you would restore a database using RMAN to Point in Time?
What are the different types of synonyms?
State the various uses of dbcc command?
What to do if the binary spfile is wrong for the default instance?
Explain joins in oracle?
List out the components of logical database structure of oracle database.