adspace
i friends greetings to the day...!!! I face a quation
like"while runnig the programe every day i have to access
the previous day updates only...!! Ex:- Let last day 100
customers took bank account i have to select those
customers only.."
Answer Posted / sa
If the database is getting updated daily with the records,
next day you can write the query which will have records
only for the current day.
Select * from Lib/Database
where WS-Date > Give the date when the database is last updated
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers