I have a table that is an extract from our personnel system. I have taken that table and split it up into several other tables based on the application that I'm building. One of the tables is contact_info.
In contact_info, I need to update some of the fields in each record if the record has not been updated in the last 2 weeks. The update will come from the table holding the extract information (which is being updated every evening).
How should I go about doing this???
Thanks, Brinson
In contact_info, I need to update some of the fields in each record if the record has not been updated in the last 2 weeks. The update will come from the table holding the extract information (which is being updated every evening).
How should I go about doing this???
Thanks, Brinson