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.
|
|---|
| 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 |