steve4king
IS-IT--Management
I have two tables.. one of them is a backup of the other, (but unfortunately the program we have here has not updated the writing of the backup file.. so they are not identical)
Regardless; what I need to do is create a script that will..
use table1
repl all with (table2) for field1 = "1234" IF no records in Field2 contain 1234)
The reason for the check is the system creates a reference record in certain circumstances and places the info from field1 of the original record, into field2 of the reference record.
Thanks,
Steve.
Regardless; what I need to do is create a script that will..
use table1
repl all with (table2) for field1 = "1234" IF no records in Field2 contain 1234)
The reason for the check is the system creates a reference record in certain circumstances and places the info from field1 of the original record, into field2 of the reference record.
Thanks,
Steve.