SQL update from one Table to another based on a ID match
Posted: Thu 04 Jun 2015 20:30
I've looked on the web and tried many options but I sill cannot get this right.
I tried using the query builder, but that too gave errors. This is what I want to do.
UPDATE members
SET members.MNZID = mnz_members.MNZID
WHERE members.MemID = mnz_members.MemID
Unknown column mnz_members.MemID
I do have the capitals correct.
I tried using the query builder, but that too gave errors. This is what I want to do.
UPDATE members
SET members.MNZID = mnz_members.MNZID
WHERE members.MemID = mnz_members.MemID
Unknown column mnz_members.MemID
I do have the capitals correct.