i have a word
***********hello********world******.
I require a o/p
**********hello world**********,
Need to delete the middle stars.
Answer Posted / chandan kumar
select (substr('***********hello********world******',1,instr
('***********hello********world******','o',1) )
||' '||substr('***********hello********world******',instr
('***********hello********world******','w',1) )
)
from dual
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is join view in sql?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
What is sql scripting?
define data blocks ? : Sql dba
Which is better join or inner query?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
what is union, minus and interact commands? : Sql dba
What does closing a cursor do?
What are the two types of cursors in pl sql?
How do you write an inner join query?
Explain the steps needed to create the scheduled job?
What is embedded sql with example?
Why trigger is used in sql?
How do I run a sql query?
What are the benefits of pl/sql packages?