How to retrieve last two days updated records?

Answers were Sorted based on User's Feedback



How to retrieve last two days updated records?..

Answer / tejeya

If you have any update date column in ur table, u can query
where sysdate-2 to get the last two days records.

Is This Answer Correct ?    6 Yes 4 No

How to retrieve last two days updated records?..

Answer / chandrasekar

We can use an expression transformation
add_to_date(sysdate-2) it is retrives last two date using
this we can update the records.

If it wrong means please mail me chandranmca2007@gmail.com

Is This Answer Correct ?    1 Yes 0 No

How to retrieve last two days updated records?..

Answer / amedela chandra sekhar

by using date range.we can find latest date updated records.

Is This Answer Correct ?    0 Yes 0 No

How to retrieve last two days updated records?..

Answer / krishnakanth.ch

select * from date_Test
where dt between sysdate-2 and sysdate ;

Hope this works....
If not anyone please let me know...

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Informatica Interview Questions

what is the difference between stop and abort?

3 Answers   TCS,


a soure table has 100 records how to load into 3 target tables in a cumulative order source target1 target2 target3 --------- ------------------------------------- 1-100 1 2 3 4 5 6 - - - 98 99 100

2 Answers   Cap Gemini,


What are the validations that you can perform in oracle and in informatica ? Advance Thanks

0 Answers   Puma,


How is union transformation utilized?

0 Answers  


What is rank index in rank transformation?

0 Answers  






How can we handle two sessions in informatica?

0 Answers  


What are the components of workflow manager?

0 Answers  


Briefly describe lookup transformation?

0 Answers  


What is an active transformation?

0 Answers   Informatica,


Scenario:-  Below is the requirement. Source:-  NAME          ID                    Requirement  RAVI            1                      (no need to repeat as it ID is 1) KUMAR        3                     (repeat 3 times as it ID is 3) John             4                     (repeat 4 times as it ID is 4) Required Out Put:- Name                   ID RAVI                     1                    KUMAR                3      KUMAR                3 KUMAR                3  John                     4 John                     4 John                     4 John                     4 Scenario 2:- Source Data  ID              NAME 1,2            NETEZZA,ORACLE 3,4,5         SQL Server, DB2, Teradata Required Output:-  ID                   NAME 1                  NETEZZA 1                  ORACLE 3                  SQL Server 3                  DB2 3                  Teradata

1 Answers   Cognizant,


What is the Difference between SetVariable and setmaxvariable in informatica?

1 Answers  


Insert else update option in which situation we will use

4 Answers   HCL,


Categories