dedlfix: Offline Datenbankaktivität

Beitrag lesen

Hi!

The target table of the INSERT statement may appear in the FROM clause of the SELECT part of the query. (This was not possible in some older versions of MySQL.) However, you cannot insert into a table and select from the same table in a subquery.
Ich bekomme aber trotzdem immer diese Fehlermelgung:
ERROR 1093 (HY000): You can't specify target table 'zahl' for update in FROM clause

Bei welchem Statement genau? Beachte den Unterschied zwischen INSERT ... SELECT und einen INSERT mit SELECT in einem Subquery.

Lo!