Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh-> prepare (SELECT val from table where DD_MM_YYYY = ?);
    $sth->execute('2012-07-22 00:00:00');