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

Explain the pipeline partition with real time example?

655


what are factless facts? And in which scenario will you use such kinds of fact tables.

1317


Can we create a Integration service without a Repository service and vice versa?

725


If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me

1554


To Provide Support For Mainframes Source Data, which Files Are Used As A Source Definitions?

675






What is a pre-defined event and user-defined event?

577


How can you increase the performance in joiner transformation?

710


How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?

709


write a query to retrieve the latest records from the table sorted by version(scd)

631


whats the logic to load the lower level of granularity of data to fact table.

1803


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

714


if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.

1765


Enlist some properties of sessions.

630


how to load dimension table and fact table. plz tell me the steps.

1685


Explain where to store informatica rejected data? How to extract the informatica rejected data?

580