*Aslinda*: DBI do-> syntax, \%attr und @bind_values

Beitrag lesen

Hallo Daniel

my @liste = ("B%", "A_1_nd%", "wien");

$dbh->do("DELETE FROM table WHERE pname LIKE ? OR pname LIKE ? OR schule=?", undef, "@liste");  # oder @liste ohne " " ???

Was sagst du nun dazu?

Danke,
*Aslinda*