Hallo Aquariophile
$dbh->do("INSERT INTO table (id, name, text) SELECT old_table.id old_table.name old.table.text FROM old_table WHERE old_table.id=$var1");
Du hast keine Kommas zwischen den Spalten im Select.
Viele Grüße
Stephan
Hallo Aquariophile
$dbh->do("INSERT INTO table (id, name, text) SELECT old_table.id old_table.name old.table.text FROM old_table WHERE old_table.id=$var1");
Du hast keine Kommas zwischen den Spalten im Select.
Viele Grüße
Stephan