I want load the data into target with out 1st and last record.
Answer Posted / sree
u can override the query in SQt/r
select * from emp where rowid not in ((select min(rowid)
from emp),(select max(rowid) from emp))
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
I have a flat file, want to reverse the contents of the flat file
How do you handle two sessions in Informatica
What are the performance considerations when working with aggregator transformation?
difference between informatica 8.1.1 and 8.6
What is the benefit of partitioning a session?
What is a dimensional model?
COM components can be used in Informatica
Can we create two repositories on same database instance in oracle?
what is the -ve test case in your project.
What is exclusive and normal mode for repository services?
The question was on time stamp. what is the difference between HH and HH24 when to use when.
What is dimensional table? Explain the different dimensions.
What is InformaticaPowerCenter?
What is powercenter on grid?
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.