views:

176

answers:

1

The mysql table has a DATETIME field. I want to INSERT a new row into this field using the cell data from the Excel worksheet. But I cannot use the datetime formatted cell value in a INSERT INTO query. How can I implement this?

A: 

You could create a custom format that represents the datetime in the correct way.

nocache