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 / mohamed shafee
select left(filename,6),data from table1
or
select convert(varchar(6),filename),data from table1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is meant by magic query
Explain an index segment?
What is sequence?
Explain parameter file in oracle.
How do we get field details of a table?
What are the uses of Database Trigger ?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
Is java required for oracle client?
Explain the characteristics of oracle dba?
What are operators in oracle?
How do I start tns listener?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
What happens to the data files if a tablespace is dropped?
What is oracle open database communication (odbc)?
How to load data from external tables to regular tables?