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

i have source as
Column1
101 a 101 b 101 c
so i want to load target as
column1 ---> 101 abc

Answer Posted / dilip ingole

using SQL

SELECT SUBSTR('101 a 101 b 101 c',1,4) ID ,REPLACE(TRANSLATE('101 a 101 b 101 c','1234567890',' '),' ','') DATA FROM DUAL;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the restrictions of union transformation?

1084


What is meant by pre and post session shell command?

1199


What is joiner transformation?

1063


How to load data in informatica ?

1068


What is source qualifier transformation in informatica?

1063


I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.

2111


What is the use of code page?

1169


What are the types of caches in lookup? Explain them.

1009


What are the informatica performance improvement tips

1149


Can we override a native sql query within informatica?

1087


Explain what are the different versions of informatica?

1143


Can you use flat files in Mapplets.

2710


Why update strategy and union transformations are active? Explain with examples.

1281


Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?

1305


Informatica Server and Client are in different machines. You run a session from the server manager by specifying the source and target databases. It displays an error. You are confident that everything is correct. Then why it is displaying the error?

2071