i have a word
***********hello********world******.
I require a o/p
**********hello world**********,
Need to delete the middle stars.
Answer Posted / mkarthikeyan
select replace('word ***********hello********world******. I
require a o/p **********hello world**********','*','') from
dual;
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
Which are the different types of indexes in sql?
what is an alias command? : Sql dba
What are character functions?
what is the difference between join and union? : Sql dba
How can a pl sql block be executed?
What is constant in pl sql?
What is dbo in sql?
What is structural independence and why is it important?
Which nosql database is best?
Is sql dba a good career? : SQL DBA
What is rownum in sql?
What is the difference between a primary key and a clustered index?
Can we write dml inside a function in sql server?
What is the purpose of my sql?
What is %rowtype in pl sql?