my $Select_areas = "SELECT DISTINCT Instance_name FROM Geo_definitions +_normalised where Geo_category_class LIKE ".$Special_data_retrieval." + ORDER BY Instance_name \;"; my $sth_Geo = $dbh->prepare($Select_areas) or die "Couldn't prepare qu +ery: ".$dbh->errstr; $sth_Geo->execute() or die "Couldn't execute query: ".$sth_Geo->errst +r; my @Geo_areas = $sth_Geo->fetchrow_array; ## I think that the proble +m is here.
In reply to my @Array = $sth->fetchrow_array; by Win
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |