I have done a lot of updating with MySql and have read a lot of questions and answers on here, but for some reason haven't been able to get my code to work. I keep getting Err 42000 incorrect syntex near Inner, or anything I put here. My code
Update
    Table1
Inner Join
    Table2 on Table2.column = Table1.column
Set
    Table1.column = 'Random'
Where
    table1.ID = '32'
 
     
    