my $sth = $dbh->prepare("ALTER TABLE spiel_user ADD INDEX(bund) " ) || die "Kann Statement z nicht ausfhren: $DBI::errstr\n"; $sth->execute() || die "Kann Abfrage1 nicht ausfuehren: $DBI::errstr\n"; $sth->finish;