Hoping someone can help me. I'm new to mysql so have no idea how to insert time data.
I have a table with a "Time" column and a file with the time in the 12 hour format (i.e. 06:00 PM).
How do I create an insert statement with the data in the 12 hour format? Do I have to convert the time data in the file to military time?
Any help would be appreciated.
I have a table with a "Time" column and a file with the time in the 12 hour format (i.e. 06:00 PM).
How do I create an insert statement with the data in the 12 hour format? Do I have to convert the time data in the file to military time?
Any help would be appreciated.