in reply to Not able to find dateTime value using sql

You really should be using some of the DB libraries instead of executing a shell command to access the database.

Are you sure the command is actually returning a full datetime? After all, chomp only removes the ending record separator (line feeds) and the s// statement only removes quote marks, leading me to believe the output of your SQL is incorrect.

A Monk aims to give answers to those who have none, and to learn from those who know more.
  • Comment on Re: Not able to find dateTime value using sql

Replies are listed 'Best First'.
Re^2: Not able to find dateTime value using sql
by bimleshsharma (Beadle) on Nov 14, 2012 at 13:08 UTC
    Yes, SQL output is not correct if running with code. While same sql query is returning fine at sql command prompt.