Mysql – How can I rephrase this UPDATE INNER JOIN query such that the columns of t1 are accessible in the subquery?
On running the following MySQL (5.7.12) UPDATE statement, I get the error "Error Code: 1054. Unknown column 't1.col2' in 'where clause'". How can I rephrase this query such that the columns of t1 are accessible in the subquery? UPDATE MyFirstTable…