Answers for "error in query (1292): incorrect datetime value: '' for column 'last_date' at row 1"

SQL
1

code: "ER_TRUNCATED_WRONG_VALUE", errno: 1292, sqlMessage: "Incorrect date value: '2021-03-20T18:30:00.000Z' for column 'mgfdate' at row 1", sqlState: "22007", index: 0, …}

code: "ER_TRUNCATED_WRONG_VALUE", errno: 1292, sqlMessage: "Incorrect date value: '2021-03-20T18:30:00.000Z' for column 'mgfdate' at row 1", sqlState: "22007", index: 0, …}
Posted by: Guest on March-29-2021
0

incorrect datetime value sql table error 1292

SELECT @@GLOBAL.sql_mode global, @@SESSION.sql_mode session;
SET sql_mode = '';
SET GLOBAL sql_mode = '';
Posted by: Guest on August-07-2021

Code answers related to "error in query (1292): incorrect datetime value: '' for column 'last_date' at row 1"

Code answers related to "SQL"

Browse Popular Code Answers by Language