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 is substitution variable?
What is flag in sql?
What is java sql drivermanager?
Explain the savepoint statement.
What does closing a cursor do?
how does a local variable is defined using t-sql? : Transact sql
Why is stored procedure faster than query?
Which is better varchar or nvarchar?
how to fetch common records from two tables? : Sql dba
Explain how exception handling is done in advance pl/sql?
What is sharding in sql?
what is text? : Sql dba
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
What is sql comments?
What are the benefits of triggers?