How we can get unique records into one target table and
duplicate records into another target table??
Answer Posted / naveen
Answer #3 is correct by Nag.
Addition to above second query for duplicate records, will
return unique records for each duplicate records.
if you need all duplicates records thn follow the below
query.
select * from emp
where empno in (select empno from emp group by empno having
count(empno)>1)
Regards,
Naveen
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
if we have a delimiters at unwanted places in a flat file how can we over come those.
Explain about cumulative Sum or moving sum?
what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?
Does an informatica transformation support only aggregate expressions?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
How to load a Dimension ? and how to load a fact table?
can anyone suggest best free Talend data integration training online
Mention a few design and development best practices for informatica?
wf dont have integration severances how you can run?
How might one distinguish in the case of mapping is right or not without associating session?
What are the different components of powercenter?
How do you promote a non-reusable transformation to reusable transformation?
difference between repository database and repository service?
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
How to update a particular record in target with out running whole workflow?