i have source data like

id name sal
1 a 65020
2 b 78250
3 c 58264

but how to get target like this

id name sal
1 a Sixty five thousand twenty
2 b Seventy thousand two fify
3 c Fifty eight thousand two sixty four

Answer Posted / krish

decode(sal,65020,Sixty five thousand twenty)
decode(sal,78250,Seventy thousand two fify)
decode(sal,58264,Fifty eight thousand two sixty four)

Is This Answer Correct ?    3 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to convert multiple rows to single row (multiple columns) in informatica

1017


What are the various types of transformation?

741


How to elaborate powercenter integration service?

747


Define filter transformation?

718


What is the difference between informatics 7x and 8x and what is latest version?

651






What are session parameters ? How do you set them?

1462


how tokens will generate?

1840


What is data movement mode in Informatica and difference between them?

722


Explain the pipeline partition with real time example?

750


in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records

1849


can any one give some examples for pre sql and post sql(Except dropping and creating index).

3619


what is size of u r database?

1942


What are the types of caches in lookup?

667


How to extract sap data using informatica? What is abap? What are idocs?

676


How can we send the flat file data to different targets(which are also flat files) based on the name of flat file with out adding extra columns?

1732