‎2007 Oct 24 7:45 AM
hi ,
can anybody tell me how to write the code to check if any new entry exist in the table since the last run.
Thanks,
Loveena
‎2007 Oct 24 7:47 AM
Hi,
If Table has date & time fields, then you can check
Select * from ZTABLE
into table itab
where date GT '20071023'.
You can also add time field in where clause if required.
Best regards,
Prashant
‎2007 Oct 24 7:47 AM
Hi,
If Table has date & time fields, then you can check
Select * from ZTABLE
into table itab
where date GT '20071023'.
You can also add time field in where clause if required.
Best regards,
Prashant