Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / sandeep kumar

select replace(regexp_replace(replace
('A.B....C.......D.........E........F','.',' '),'( )
{2,}',' '),' ','.') from dual

Is This Answer Correct ?    1 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is assignment operator in pl sql?

1086


What are some predefined exceptions in pl/sql?

1220


What is the difference between nvl function, ifnull function, and isnull function?

1153


What is sqlservr exe?

1028


What is a sql schema used for?

1152


What does the acronym acid stand for in database management?

1086


what is cursor. write example of it. What are the attributes of cursor.

1460


What is rownum in sql?

1091


What is difference between hql and sql?

1163


What is bulk compiling in pl/sql.?

1188


What are the three pl sql block types?

1049


What is the difference between alter trigger and drop trigger statements?

1162


What is %s in sql?

1075


What are the types of dbms?

1020


How consistent is the view of the data between and within multiple sessions, transactions or statements ?

2267