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
What is the advantage of index in sql?
What is natural join in sql?
How show all rows in sql?
what is denormalization. : Sql dba
Are sql connections encrypted?
What is sql*plus?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
what are the advantages a stored procedure? : Sql dba
What is function and procedure in pl sql?
How to know the last executed procedure?
what are dynamic queries in t-sql? : Transact sql
what is a constraint? Tell me about its various levels. : Sql dba
What is sqlcommand?
What is cascade in sql?
what is a materialized view? : Sql dba