my $rows = $sth->fetchall_arrayref ( # als Hashreferenz übergeben, daß Array of Hash entsteht  { map +($_ => 1), @{$sth->{NAME_uc}}  } );