Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 mysql 工作台时遇到问题 - 出于某种原因,它不允许我将“日期”设置为任何记录的数据类型。如果涉及到 mysql,我是一个完全的初学者,但我被迫使用这个程序(学校相关)。我希望你们中的任何人都可以帮助我解决这个问题。我上传了错误的屏幕截图。
提前致谢
在将 DATE 设置为非 NULL 之前,放入默认列 0000-00-00
编辑:
UPDATE `Reparatie` SET `Datum_reparatie_invoer` = str_to_date( `Datum_reparatie_invoer`, '%Y-%m-%d' );
对另一列执行相同操作。