On MySQL, this does not run:
delete from robottinosino where date = (select max(date) from robottinosino);
Error message:
ERROR 1093 (HY000): You can't specify target table 'robottinosino' for update in FROM clause
Question:
- Why? (emphasis on the "why" so the Q is not inaccurately marked as "duplicate")
- How to fix it?