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
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
how to drop an existing view in mysql? : Sql dba
How many sql core licenses do I need?
What are the parts of a sql statement?
What are the rules to be applied to nulls whilst doing comparisons?
What is the difference between explicit and implicit cursors in oracle?
What is sqlerrm?
What are the different sql languages?
What are the limitations of sql express?
How is data stored on a disk?
What normalization means?
What is procedure and function?
What is string join?
What do you mean by field in sql?
What plvcmt and plvrb does in pl/sql?