i have a word
***********hello********world******.
I require a o/p
**********hello world**********,
Need to delete the middle stars.
Answer Posted / ajit
select '******hello*****world*******' str,
rpad(lpad(replace('******hello*****world*******', '*'), 15, '*'), 20,'*') str1
from dual;
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is pl sql in oracle?
Explian rowid, rownum?
Explain the working of foreign key?
Is keyword pl sql?
Can you load data into multiple tables at once? : aql loader
How to know the last executed procedure?
Why use stored procedures?
Explain about various levels of constraint.
Are sql database names case sensitive?
List the different type of joins?
What is pivot table in sql?
what are the advantages of sql ? : Sql dba
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
What is an implicit commit?
What are the different types of sql commands?