skip to Main Content

Insert custom date into mysql timestamp field

I try to insert values into a new table. This is the insert with certain date format (dd/mm/yyyy h:m): INSERT INTO `sport` (`TIME`, `HOME`, `VISIT`, `HOME_RESULT`, `VISIT_RESULT`) VALUES ('20/07/2024 19:15','Dortmund','Bayern','5','3'); and this is the create table scheme: CREATE TABLE `sport`…

VIEW QUESTION
Back To Top
Search