my $sth = $dbh->prepare ("SELECT * from timestamp_testing where start = (timestamp ?) "); if ( $sth->execute("2011-06-02 12:33:07" )){ print Dumper $sth->fetchall_arrayref; } else { print "WRONG QUERY\n" ; }