#1093 – You can’t specify target table ‘table_name’ for update in FROM clause – MySQL
Sep 19
Have you ever got this MySQL error? Oh! You are searching for a solution right? You have come to the right place. Let me give you the simplest answer and it works charm. For the time being assume that this is your query. DELETE FROM table_name where coulmn_name IN (SELECT coulmn_name FROM table_name WHERE coulmn_name > 10); What you can do is change the...
Read More