Php versions – How to convert VARCHAR date to a standard MYSQL date format when doing LOAD DATA INFILE
In my table I have an entire column that has varchar date, here is what it looks like: 2/1/2020 02:30:00 (date is m/d/yyyy) I want it to convert to standard MySQL date format (yyyy-mm-dd) or maybe if possible a customized…