Help for this page

Select Code to Download


  1. or download this
    my $sql = "SELECT * FROM final WHERE pat = ? and WHERE ped = ?";
    my $sth = $dbh->prepare($sql);
    
    $sth->execute( $PatenteToQuery,  $PedimentoToQuery );