UPDATE 'table1' SET 'field1' WHERE 'email' = 'table2.email'
I don't think this is at all right but can't update or add data from new table?
Cheers
UPDATE 'table1' SET 'field1' WHERE 'email' = 'table2.email'
Please login to leave a reply, or register at first.