Help for this page

Select Code to Download


  1. or download this
      my $qry = qq(select contador, cod_entidad_oim, cod_agr, cod_operacio
    +n from mapcom_portext.TR0685002  where fch_hor_operacion between to_d
    +ate(?,'dd-mon-yyyy') and to_date(?,'dd-mon-yyyy'));
    
  2. or download this
      my $sth = $dbh->prepare($qry);
      $sth->execute($now, $onehourago);