Suppose There is a string
A.B....C.......D.........E........F In this string dots (.)
are not having fixed count in between of string. I want the
output to have string with one dot between. I.e.
A.B.C.D.E.F
Answer Posted / oddabout.com
SELECT replace(replace(replace('A.B....C.......D.........E........F','.',' @'),'@ ',''),' @','.') FROM dual
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is cascade in sql?
How can you load multi line records? : aql loader
Determine if oracle date is on a weekend?
Can we use rowid as primary key?
What is cursor explain with example?
What is pivot query?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What are pl/sql packages?
What is the file extension for sql database?
What is the maximum size of sqlite database?
What are the subsets of sql?
What are the commands used in sql?
What is pivot in sql?
What is dynamic sql in pl sql?
what happens if you no create privilege in a database? : Sql dba