http://www.perlmonks.org?node_id=1003808


in reply to Not able to find dateTime value using sql

Add
print STDERR "$origina_tradeTime\n";
to your program to see what the actual character-string is ... then, actually rewrite your code to use DBI!
  • Comment on Re: Not able to find dateTime value using sql