SOURCE
NAME SAL
GANGA 30000
RAJU 20000
PAVAN 25000
TARGET
NAME SAL MAXSAL
GANGA 30000 30000
RAJU 20000 30000
PAVAN 25000 30000
in mapping level how to achive that
Answer Posted / davankumar
select name,sal,(select max(sal) from t1) from t1
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which transformation is needed while using the Cobol sources as source definitions?
HOW TO PROCESS THE ROWS FROM JOINER AND EXPRESSION TRANSFORAMTION TO SORTER TRANSFORMATION
Tell me about your experience in informatica? what is best mark you can give yourself? How to answer this question?
How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.
What all are steps in up gradation of Informatica server?
Explain pushdown optimization $pushdownconfig parameter - informatica
What is joiner transformation in informatica?
What are the features of complex mapping?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What is resilience time?
What does reusable transformation mean?
explain about unit testing? in real time?
How can we delete duplicate rows from flat files?
lookup transformation with screenshots
How do you convert single row from source into three rows into target?