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 / chiky
if its in oracle database,use
select id, name, (SELECT TO_CHAR (TO_DATE sal, 'j'), 'jsp')
FROM DUAL) sal from <source_table_name>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
What is the maplet?
Define joiner transformation?
What is a connected transformation?
How would you copy the content of one repository to another repository?
How to do the error handling of if ur source is flatfiles?
Explain lookup transformation is active in informatica
Explain direct and indirect flat file loading (source file type) - informatica
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.
I have a flat file, want to reverse the contents of the flat file
Scheduling properties,whats the default (sequential)
Explain constraint based loading in informatica
What is deployment group?
What will be the approach?