Help for this page
my $sql = "SELECT o.objectid, <other fields> ... my $sth=$dbh->prepare($sql); $sth->execute($accountid);