in reply to Dumper with DBI/DBD?
Since your question has already been answered, here a small suggestion on how to do your SQL query:
$sql = "insert into test (one, two, three) VALUES (?,?,str_to_date(?, +'%Y-%m-%d %h:%i:%s %p'))"; @params = ('4', '5', $time_value);
|
|---|