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
How to convert characters to times in oracle?
How to delete a column in an existing table?
What is an index associated with a constraint?
How to pass parameters to procedures in oracle?
What is data file?
What is columnar storage what is the advantage?
What is the minimum client footprint required to connect c# to an oracle database?
How to use "out" parameter properly?
How to call a stored function with parameters?
What the is the diff between local index and global index. give some example.
How to create an oracle database manually?
Explain drop constraint oracle?
What is a trigger oracle?
What is the implicit cursor in oracle?
How many memory layers are in the oracle shared pool?