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
How do I find sql profiler?
What is the use of function "module procedure" in pl/sql?
Write a sql query to find the names of employees that begin with ‘a’?
Is left join same as join?
What is auto increment in sql?
What is where clause in sql?
What is substitution variable in pl sql?
What type of join is sql join?
Which is faster count (*) or count 1?
What is the difference between syntax error and runtime error?
What operators deal with null?
what are all the common sql function? : Sql dba
What is indexing oracle sql?
What is oracle and pl sql?
How many types of relationship are there?