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 are the parameter modes supported by pl/sql?
How do you update f as m and m as f from the below table testtable?
Where not exists in sql?
How to get unique records from a table?
What is a schema sql?
What are the sql versions?
Can we update views in sql?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Write a sql select query that only returns each name only once from a table?
Is ms sql traffic encrypted?
Explain the working of foreign key?
Can we create table inside stored procedure?
what is sql server agent? : Sql dba
How is sql used in oracle?
Can delete statement be rollbacked?