in reply to Re^2: Question about perl & oracle & and a SQL query
in thread Question about perl & oracle & and a SQL query
and latermy $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'));
... etc. (just in case)...my $sth = $dbh->prepare($qry); $sth->execute($now, $onehourago);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Question about perl & oracle & and a SQL query
by Sombrerero_loco (Beadle) on Feb 10, 2009 at 14:57 UTC |