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
How to divide query output into groups in oracle?
Explain cascading triggers.
How to list all tables in your schema?
How index is implemented in oracle database?
How to store pictures on to the database?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
what is Single Byte Overhead...?
How to update values on multiple rows in oracle?
What are ddl statements in oracle?
What are the data types in oracle?
ABOUT IDENTITY?
Which is faster join or subquery in oracle?
Explain constraining triggers.
Explain integrity constraint?
What are the original export and import utilities?