Avoid subquery on table being updated
MySQL doesn't like you subquerying on the same table you are trying to update in one query. https://dev.mysql.com/doc/refman/8.0/en/subquery-restrictions.html PROD-1366
Please register or sign in to comment
MySQL doesn't like you subquerying on the same table you are trying to update in one query. https://dev.mysql.com/doc/refman/8.0/en/subquery-restrictions.html PROD-1366