somehow there are is a "bad" date in the table ( 0000-00-00' ),
It tried to update it to another value
but each time I get the error-message:
Code: Select all
Incorrect date value: '0000-00-00' for column
Code: Select all
DELETE FROM table WHERE start_date='0000-00-00';