fracasula
3/12/2015 - 2:48 PM

Update with Join in MySQL

Update with Join in MySQL

UPDATE TABLEA a 
JOIN TABLEB b ON a.join_colA = b.join_colB  
SET a.columnToUpdate = [something]