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 / sunaksha
select REGEXP_REPLACE ('A.B....C.......D.........E........F','.{1,}',
'.') FROM DUAL;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is self join and what is the requirement of self join? : Sql dba
What is sql deadlock?
explain advantages of innodb over myisam. : Sql dba
How do I find sql profiler?
Which join is like an inner join?
How do you define a foreign key?
Which operator is used in query for pattern matching?
What is a sql profiler?
How to run sql commands in sql*plus?
What is mutating error?
How do I write a cron which will run a sql query and mail the results to agroup?
How can you save or place your msg in a table?
What are the rules to be applied to nulls whilst doing comparisons?
what is 'mysqladmin' in mysql? : Sql dba
What sql database should I use?