Results 1 to 3 of 3

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

  1. #1
    Join Date
    Sep 2019
    Beans
    211

    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 got answer here.
    Last edited by ruwolf; 1 Week Ago at 10:51 PM. Reason: Grammar

  3. #3
    Join Date
    Sep 2019
    Beans
    211

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

    Quote Originally Posted by ruwolf View Post
    Why do you post this question in multiple forums?
    You have already got answer here.
    Because I believe it increases probability of getting best answer (and faster). (I've posted it at same moment which I see is not apparent because this forum does not show exact time of posting)

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
  •