Results 1 to 2 of 2

Thread: mysql: ERROR 1292 (22007): Incorrect date value: '0000-00-00'

  1. #1
    Join Date
    Sep 2019
    Beans
    209

    mysql: ERROR 1292 (22007): Incorrect date value: '0000-00-00'

    Code:
    mysql> UPDATE some_table SET some_date_column='2024-04-10' WHERE some_date_column='0000-00-00' ;
    ERROR 1292 (22007): Incorrect date value: '0000-00-00' for column 'some_date_column' at row 1
    Server version: 8.0.26 MySQL Community Server - GPL

    What is please optimal solution ?

  2. #2
    Join Date
    Jan 2020
    Beans
    12

    Re: mysql: ERROR 1292 (22007): Incorrect date value: '0000-00-00'

    Why do you post this question in multiple forums?
    You have already get answer here.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •