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
Can we use bind variables in oracle stored procedure?
What are the limitations oracle database 10g xe?
How to empty your oracle recycle bin?
What is raw datatype?
What are the different types of database objects?
List out the difference between commit, rollback, and savepoint?
How does one get the view definition of fixed views/tables?
What are the different types of modules in oracle forms?
How to create a temporary table in oracle?
What are dml statements in oracle?
How do we display rows from the table without duplicates?
How to calculate date and time differences in oracle?
What do you mean by merge in oracle and how can we merge two tables?
What is a table index in oracle?
Explain an integrity constrains?