my source contain data like this
cno cname sal
100 rama@gmail.com 1000
200 karuna@yahoo.com 2000
i want load my data to the target is
cno cname sal
100 rama 1000
200 karuna 2000
plz send the answer

Answer Posted / krishna

select substr(cname,1,instr(cname,'@')-1) from table name

Is This Answer Correct ?    19 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a surrogate key?

555


How would you copy the content of one repository to another repository?

549


source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.

2293


Mention some types of transformation?

602


What does reusable transformation mean?

670






I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.

1204


How can we store previous session logs?

565


What is the use of target designer?

602


What is a passive transformation?

636


Explain how many types of dimensions are available in informatica?

590


How can a transformation be made reusable?

658


What is union transformation?

568


Enlist the differences between database and data warehouse.

543


What is informatica worklet?

608


Explain what are the different types of transformation available in informatica.

567