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


Please Help Members By Posting Answers For Below Questions

Do prepared statements prevent sql injection?

996


Is it possible to link two groups inside a cross products after the cross products group has been created?

1067


What are the rules to be applied to nulls whilst doing comparisons?

1366


Is it possible to pass parameters to triggers?

1159


Define commit?

1053


What is an inner join sql?

1097


What is difference between nchar and nvarchar?

1097


Do ddl statements need commit?

1020


What is the difference between inner join and outer join?

1037


What is an intersect?

1156


How global cursor can be declare with dynamic trigger ?

2269


what is a cursor? : Sql dba

1063


What view means?

1023


What is rowid in sql?

1054


What is pl sql variable?

1034