You can’t specify target in MySQL The error of table for update in FROM clause means that you cannot select some values in the same table first, and then update this table (in the same statement)
You can’t specify target in MySQL The error of table for update in FROM clause means that you cannot select some values in the same table first, and then update this table (in the same statement)