Answers for "Error Code: 1292 Incorrect datetime value: '0000-00-00 00:00:00' for column 'viewingDate' while altering table"

SQL
-1

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 Code: 1292 Incorrect datetime value: '0000-00-00 00:00:00' for column 'viewingDate' while altering table"

Code answers related to "SQL"

Browse Popular Code Answers by Language