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


Please Help Members By Posting Answers For Below Questions

How to convert characters to numbers in oracle?

596


Can you create a synonym without having a table?

557


Explain an integrity constrains?

702


If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?

1661


How can we delete duplicate rows in a table?

568






How to call a stored function with parameters?

564


How to turn on or off recycle bin for the session?

610


What is a dead lock in oracle?

598


How do I find the database name in oracle?

603


When do we use group by clause in a sql query?

571


How do I uninstall oracle client from windows?

538


What is a nvl function? How can it be used?

565


various types of hints and their usage

2131


How to create a new table in your schema?

608


What is the difference between a primary key & a unique key?

590