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

in my source table one of column contains the data like
vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these
records i need to send in target table as below format.
vishnuraju,suresh,krishna

Answer Posted / keshava

Using SQL

SELECT 'vishnraju@gmail', INSTR('vishnraju@gmail', '@'),
SUBSTR('vishnraju@gmail', 1, INSTR('vishnraju@gmail', '@')-
1) FROM DUAL

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different ways to implement parallel processing in informatica?

1480


What is the meaning of decode in informatica?

1164


Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?

1328


What is informatica metadata and where is it stored?

1043


How to generate sequence numbers?

1133


can any one explain about dataflow in the informatica project for bank domain....thanks is advance

10728


Define joiner transformation?

1102


what is the end to end process meaning in my project(my project is development)and functionality plz tell me

2070


Can anyone tell me the new features in Informatica 9 Version?

2207


Suppose we do not group by on any ports of the aggregator what will be the output?

1098


What are the settings that you use to configure the joiner transformation?

1103


What are session parameters ? How do you set them?

1900


According to his methodology what all you need before you build a datawarehouse

1801


How to do unit testing in informatica?

1229


What is informatica?

1218