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 / sreenivasulu sangatipalli
SELECT regexp_replace('A...B..C.D......E....F', '[.]+', '.') FROM DUAL;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are date and time data types in mysql? : Sql dba
What are two statement types in sql?
What is the difference between delete and truncate statement in sql?
what is the bond code in materialized view?
What is relationship? How many types of relationship are there?
what are all the different types of indexes? : Sql dba
Can I join the same table twice?
How do I turn a list into a table?
What are expressions?
How to start the command-line sql*plus?
What is the primary use of normalization?
What are crud methods?
what are properties of a transaction? : Sql dba
What can sql server reporting services do?
what is a foreign key ? : Sql dba