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 / david
select substr(filename,1,6),data from table1;
tjis is ur solution ..if any confusion regards this question
plz post there...
thanks
gunjan david
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the data pump export utility?
How index is implemented in oracle database?
What are the ways tablespaces can be managed and how do they differ?
Can we use bind variables in oracle stored procedure?
Can group functions be used in the order by clause in oracle?
What is a table index in oracle?
How can we delete duplicate rows in a table?
What is using clause and give example?
What is a lookup table in oracle?
Can we connect to ORACLE db using Windows Authentication?
can u plz provide me oca sql dumps please i need them
Explain the use of file option in exp command.
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
What is a synonym? What are its various types?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?