Help for this page

Select Code to Download


  1. or download this
    my $ sth = $ dbh-> prepare (
    SELECT val from table where DD_MM_YYYY = '2012-07-22 00:00:00 ');
    
  2. or download this
    my $ sth = $ dbh-> prepare (
    q{SELECT val from table where DD_MM_YYYY =}.q{/ts 2012-07-22 00:00:00 
    +/});