MarkButler
Programmer
I must admit that I am not familiar with the SQL UPDATE. I use the SQL SELECT for various reports without a problem but I have a need to update a value from one table to another. I tried the following query and am getting
a syntax problem pointing to the "FROM" clause. Any help would be appreciated. Following is the query as I currently have it.
-----
update employer set employer.bondindemnity = emplcust.ins_bond from
employer, emplcust where employer.employer=emplcust.employer
-----
TIA
--
Mark Butler
a syntax problem pointing to the "FROM" clause. Any help would be appreciated. Following is the query as I currently have it.
-----
update employer set employer.bondindemnity = emplcust.ins_bond from
employer, emplcust where employer.employer=emplcust.employer
-----
TIA
--
Mark Butler